diff options
author | Sebastian Geerken <devnull@localhost> | 2014-01-06 14:32:36 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-01-06 14:32:36 +0100 |
commit | 3518ed24f16336b1ec0f4d41bb692e622341289b (patch) | |
tree | e1863a89f6a31979a4cdf8bedb1a5841ae697f1e /src | |
parent | 8e29939bf4c39601f1e55accd0ba7b78f071ffa3 (diff) |
Fixed memory leak (CSS URIs).
Diffstat (limited to 'src')
-rw-r--r-- | src/css.hh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |