aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/styleengine.cc2
1 files changed, 2 insertions, 0 deletions
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: