changeset 1751:a5fcf96e33fe trunk

[svn] - properly free the path to skin.hints once we locate it - properly free a temporary variable (read_ini_string())
author nenolod
date Wed, 20 Sep 2006 01:08:15 -0700
parents 636e7651c09d
children be1c5774f675
files ChangeLog audacious/widgets/skin.c
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Sep 19 19:20:09 2006 -0700
+++ b/ChangeLog	Wed Sep 20 01:08:15 2006 -0700
@@ -1,3 +1,12 @@
+2006-09-20 02:20:09 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [2437]
+  - avoid conflict of mkdtemp() declaration between util.h and stdlib.h.
+  
+
+  Changes:        Modified:
+  +2 -0           trunk/audacious/util.h  
+
+
 2006-09-18 21:08:39 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2435]
   - soname fix
--- a/audacious/widgets/skin.c	Tue Sep 19 19:20:09 2006 -0700
+++ b/audacious/widgets/skin.c	Wed Sep 20 01:08:15 2006 -0700
@@ -543,6 +543,9 @@
 
     if (tmp != NULL)
         skin->properties.mainwin_othertext = atoi(tmp);
+
+    g_free(tmp);
+    g_free(filename);
 }
 
 static guint