[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-trivial] [PATCH] libcacard: g_malloc cleanups
From: |
Michael Tokarev |
Subject: |
Re: [Qemu-trivial] [PATCH] libcacard: g_malloc cleanups |
Date: |
Sat, 17 May 2014 11:49:51 +0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 |
08.05.2014 19:54, Michael Tokarev wrote:
> This patch replaces g_malloc() in libcacard into g_new()
> or g_new0() where appropriate (removing some init-to-zero
> surrounding code), g_malloc+memcpy into g_memdup() and the
> like.
Applied to trivial-patches qeue, thanks!
/mjt