aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-01-06 14:32:36 +0100
committerSebastian Geerken <devnull@localhost>2014-01-06 14:32:36 +0100
commit3518ed24f16336b1ec0f4d41bb692e622341289b (patch)
treee1863a89f6a31979a4cdf8bedb1a5841ae697f1e /src
parent8e29939bf4c39601f1e55accd0ba7b78f071ffa3 (diff)
Fixed memory leak (CSS URIs).
Diffstat (limited to 'src')
-rw-r--r--src/css.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/css.hh b/src/css.hh
index a7143c27..6088e2df 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -293,6 +293,7 @@ class CssProperty {
switch (type) {
case CSS_TYPE_STRING:
case CSS_TYPE_SYMBOL:
+ case CSS_TYPE_URI:
dFree (value.strVal);
break;
case CSS_TYPE_BACKGROUND_POSITION: