X-Git-Url: http://git.openbox.org/?p=dana%2Fopenbox.git;a=blobdiff_plain;f=openbox%2Fconfig.c;h=3cd0b6ce1629454a0eaca6247d499467fd50a29c;hp=27316bbbe5825fc017bd92fd67bf6565a24f7913;hb=e737150701337c004f8f860a7bf386d6fae9b71d;hpb=001f174cf5b06e8725d46a659ef5416c241b45dd diff --git a/openbox/config.c b/openbox/config.c index 27316bb..3cd0b6c 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -370,7 +370,8 @@ static void parse_per_app_settings(xmlNodePtr node, gpointer d) g_free(class); g_free(role); g_free(title); - name = class = role = title = NULL; + g_free(type_str); + name = class = role = title = type_str = NULL; } app = obt_xml_find_node(app->next, "application");