diff options
author | portix <portix@gmx.net> | 2014-02-22 23:36:12 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2014-02-22 23:36:12 +0100 |
commit | 07f1afc0014631523b2e1a187aad0da09b78e35d (patch) | |
tree | 4e544daa548faca09f64ff38484a1aaa1cfaed7a | |
parent | 978590dddfc3caf79b2791f2f91b20fe5e9a55b7 (diff) | |
download | dwb-07f1afc0014631523b2e1a187aad0da09b78e35d.zip |
Fixing memory leak in view_clean
-rw-r--r-- | src/view.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1791,6 +1791,7 @@ view_clean(GList *gl) plugins_free(v->plugins); g_slist_free(v->status->allowed_plugins); + g_slist_free_full(v->status->frames, (GDestroyNotify)util_free_weak_ref); scripts_remove_tab(v->script_wv); |