[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 3/4] docs: document use of automatic cleanup fun
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH 3/4] docs: document use of automatic cleanup functions in glib |
Date: |
Wed, 28 Aug 2019 10:00:53 +0100 |
User-agent: |
Mutt/1.12.1 (2019-06-15) |
On Fri, Aug 23, 2019 at 05:39:30PM +0100, Daniel P. Berrangé wrote:
> Document the use of g_autofree and g_autoptr in glib for automatic
> freeing of memory, or other resource cleanup (eg mutex unlocking).
>
> Signed-off-by: Daniel P. Berrangé <address@hidden>
> ---
> CODING_STYLE.md | 101 ++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 101 insertions(+)
With Eric's suggestion:
Reviewed-by: Stefan Hajnoczi <address@hidden>
signature.asc
Description: PGP signature
Re: [Qemu-devel] [PATCH 0/4] docs: add docs about use of automatic cleanup functions, Marc-André Lureau, 2019/08/23