diff options
Diffstat (limited to 'common/parse.h')
| -rw-r--r-- | common/parse.h | 2 |
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); \ } \ |
