# HG changeset patch # User nenolod # Date 1158739695 25200 # Node ID a5fcf96e33fe73e2673b6391bdd1815e15d8aae5 # Parent 636e7651c09d4ad0608bf94b7e44fb87238f2c25 [svn] - properly free the path to skin.hints once we locate it - properly free a temporary variable (read_ini_string()) diff -r 636e7651c09d -r a5fcf96e33fe ChangeLog --- 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 + 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 revision [2435] - soname fix diff -r 636e7651c09d -r a5fcf96e33fe audacious/widgets/skin.c --- 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