[PATCH 1/9] [libplybootsplash] fix memleak

Frederic Crozat fcrozat at mandriva.com
Mon Aug 10 02:34:43 PDT 2009


---
 src/libplybootsplash/ply-entry.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/libplybootsplash/ply-entry.c b/src/libplybootsplash/ply-entry.c
index 623492d..244436f 100644
--- a/src/libplybootsplash/ply-entry.c
+++ b/src/libplybootsplash/ply-entry.c
@@ -113,6 +113,7 @@ ply_entry_free (ply_entry_t *entry)
   ply_image_free (entry->text_field_image);
   ply_image_free (entry->bullet_image);
   ply_label_free (entry->label);
+  free (entry->text);
 
   free (entry);
 }
-- 
1.6.4


--=-XBPOfM0g7BgBIfvLZXUv
Content-Disposition: inline; filename="0002-daemon-fix-memleak-in-argument-parsing.patch"
Content-Type: text/x-patch; name="0002-daemon-fix-memleak-in-argument-parsing.patch"; charset="ISO-8859-15"
Content-Transfer-Encoding: 7bit



More information about the plymouth mailing list