proxy: Free some members on finalize

tingping/wmclass
Alexander Larsson 2015-05-08 12:52:51 +02:00
parent f412ac40a9
commit 57a105b9a9
1 changed files with 3 additions and 0 deletions

View File

@ -445,6 +445,9 @@ xdg_app_proxy_finalize (GObject *object)
g_hash_table_destroy (proxy->policy);
g_hash_table_destroy (proxy->wildcard_policy);
g_free (proxy->socket_path);
g_free (proxy->dbus_address);
G_OBJECT_CLASS (xdg_app_proxy_parent_class)->finalize (object);
}