diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-08-02 03:51:09 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-08-02 04:15:28 +0800 |
commit | 436a31953e7492e6f41b948a1eae8d1ab6f20179 (patch) | |
tree | 2274b04790c354f7e7f45a2b3788ebd6dba6fd4d /widgets | |
parent | 8ba80fc715b957fd43d09ea396f6891b68addf31 (diff) | |
download | gsoc2013-evolution-436a31953e7492e6f41b948a1eae8d1ab6f20179.tar gsoc2013-evolution-436a31953e7492e6f41b948a1eae8d1ab6f20179.tar.gz gsoc2013-evolution-436a31953e7492e6f41b948a1eae8d1ab6f20179.tar.bz2 gsoc2013-evolution-436a31953e7492e6f41b948a1eae8d1ab6f20179.tar.lz gsoc2013-evolution-436a31953e7492e6f41b948a1eae8d1ab6f20179.tar.xz gsoc2013-evolution-436a31953e7492e6f41b948a1eae8d1ab6f20179.tar.zst gsoc2013-evolution-436a31953e7492e6f41b948a1eae8d1ab6f20179.zip |
Fix some memory leaks
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/misc/e-web-view.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/misc/e-web-view.c b/widgets/misc/e-web-view.c index 0908449c6c..e24621e711 100644 --- a/widgets/misc/e-web-view.c +++ b/widgets/misc/e-web-view.c @@ -936,6 +936,7 @@ web_view_button_press_event (GtkWidget *widget, g_object_unref (loader); break; } + g_list_free (subresources); } g_object_unref (test); |