summaryrefslogtreecommitdiffstats
path: root/common/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/parse.h')
-rw-r--r--common/parse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/parse.h b/common/parse.h
index cbcbc37b..11fd92bc 100644
--- a/common/parse.h
+++ b/common/parse.h
@@ -76,7 +76,9 @@ struct stream
#define free_stream(s) \
{ \
if (s != 0) \
+ { \
g_free(s->data); \
+ } \
g_free(s); \
} \