Free the program variable correctly

2007-01-07  Thomas Wood  <thos@gnome.org>

	* themus-theme-applier.c: (main): Free the program variable correctly

svn path=/trunk/; revision=7086
This commit is contained in:
Thomas Wood 2007-01-07 16:41:03 +00:00 committed by Thomas Wood
parent 9f505d83cc
commit 8727dd84b2
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-01-07 Thomas Wood <thos@gnome.org>
* themus-theme-applier.c: (main): Free the program variable correctly
2007-01-07 Thomas Wood <thos@gnome.org>
* themus-theme-applier.c: (main): Applied modified patch from bug 167063

View file

@ -104,6 +104,6 @@ int main (int argc, char **argv)
g_object_unref (client);
}
g_free (program);
g_object_unref (program);
return 0;
}