diff options
author | portix <portix@gmx.net> | 2010-12-19 11:08:50 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2010-12-19 11:08:50 +0100 |
commit | 7125eacb3004631226c3547c9aeb600483d02a51 (patch) | |
tree | f056fa1bd3d96036bc5926c8cd1de035c0d86d06 /src/util.c | |
parent | ee5240eccbd7c7e4707ec344a9d7607ca20ab72b (diff) | |
download | dwb-7125eacb3004631226c3547c9aeb600483d02a51.zip |
don't free settings-hashtable values with explicit function
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -389,14 +389,6 @@ dwb_quickmark_free(Quickmark *q) { }/*}}}*/ /*}}}*/ -void -dwb_web_settings_free(WebSettings *s) { - if (s->type == Char || s->type == ColorChar) { - FREE(s->arg.p); - } - FREE(s); -} - /* dwb_true, dwb_false {{{*/ gboolean dwb_false() { |