From: Jim Meyering Date: Fri, 3 Jul 2009 09:52:19 +0000 (+0200) Subject: daemon/readdir: avoid a small leak X-Git-Tag: 1.0.56~8^2~18 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=e9f5144537a4d89cc875bce42b269d1e2b119d8f;hp=e9f5144537a4d89cc875bce42b269d1e2b119d8f daemon/readdir: avoid a small leak * daemon/readdir.c (do_readdir): Free both p and v.name, in case only one of the allocations failed. ---