aboutsummaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-04-04 00:54:43 +0200
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:35:46 +0200
commit35c8814db9e7d41811cc4620c1bda084f4ff4c7b (patch)
tree233b9ba811ba41eff6a09d38a5c2360be9dc1a68 /options.c
parentb89c2568efa32a6b0a8bba09a7abe1bfe60dd73a (diff)
downloadltrace-35c8814db9e7d41811cc4620c1bda084f4ff4c7b.tar.gz
Fix memory bugs
Diffstat (limited to 'options.c')
-rw-r--r--options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.c b/options.c
index 1580010..5651048 100644
--- a/options.c
+++ b/options.c
@@ -359,6 +359,7 @@ recursive_parse_chain(char *expr)
return NULL;
}
+ filter_init(filt);
struct filter *next = NULL;
char *it;
int escape = 0;