From 0ebdb086c956a168a9d8ecf775edb536d0277629 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Mon, 6 Jan 2014 23:32:17 +0100 Subject: Fixed another memory leak related to background images. --- src/styleengine.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/styleengine.cc') diff --git a/src/styleengine.cc b/src/styleengine.cc index 98b31d32..3f621cee 100644 --- a/src/styleengine.cc +++ b/src/styleengine.cc @@ -548,6 +548,8 @@ void StyleEngine::apply (int i, StyleAttrs *attrs, CssPropertyList *props, attrs->backgroundImage->connectDeletion (new StyleImageDeletionReceiver (clientKey)); } + + a_Url_free (imgUrl); } break; case CSS_PROPERTY_BACKGROUND_POSITION: -- cgit v1.2.3