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:
parent
9f505d83cc
commit
8727dd84b2
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -104,6 +104,6 @@ int main (int argc, char **argv)
|
|||
g_object_unref (client);
|
||||
}
|
||||
|
||||
g_free (program);
|
||||
g_object_unref (program);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue