diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-12-19 14:42:48 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-12-19 14:42:48 +0000 |
commit | 9a046a80a5eaa3f89dba3aeab3bf135d587277db (patch) | |
tree | 9da764b40efee8037c7635b03e02064cd4302abd /src/regex/test_regex_eval_api.c | |
parent | 52eed2fd7e69b176eebe5ebcf1de6572ea7ddf25 (diff) |
-fixes
Diffstat (limited to 'src/regex/test_regex_eval_api.c')
-rw-r--r-- | src/regex/test_regex_eval_api.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/regex/test_regex_eval_api.c b/src/regex/test_regex_eval_api.c index d870898682..ce6f923157 100644 --- a/src/regex/test_regex_eval_api.c +++ b/src/regex/test_regex_eval_api.c @@ -164,6 +164,8 @@ test_random (unsigned int rx_length, unsigned int max_str_len, } GNUNET_free (canonical_regex); GNUNET_free (matching_str); + canonical_regex = NULL; + matching_str = NULL; } GNUNET_free (rand_rx); |