[dconf] add missing free() in dconf-list
- From: Ryan Lortie <ryanl src gnome org>
 
- To: svn-commits-list gnome org
 
- Cc: 
 
- Subject: [dconf] add missing free() in dconf-list
 
- Date: Tue, 11 Aug 2009 18:51:15 +0000 (UTC)
 
commit 8149328b6b906b19653b625bd789e2da09896226
Author: Ryan Lortie <desrt desrt ca>
Date:   Tue Aug 11 14:50:55 2009 -0400
    add missing free() in dconf-list
 bin/dconf-list.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/bin/dconf-list.c b/bin/dconf-list.c
index 1e552c3..c60f87b 100644
--- a/bin/dconf-list.c
+++ b/bin/dconf-list.c
@@ -30,5 +30,7 @@ main (int argc, char **argv)
   for (i = 0; list[i]; i++)
     g_print ("%s\n", list[i]);
 
+  g_strfreev (list);
+
   return 0;
 }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]