diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-09-13 21:22:34 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-09-13 21:22:34 +0000 |
| commit | 040f39843e3440b01d32d7620b8c14d576cdd8e3 (patch) | |
| tree | e785add38fc9e0b92a75af0fe95907c4512e260a /lib/grammar_sandbox.c | |
| parent | 795d02785aa3f6d1638d79cfdaa5e45ed2ff8199 (diff) | |
lib: Fix memory leak in ipv6_prefix_match
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/grammar_sandbox.c')
| -rw-r--r-- | lib/grammar_sandbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/grammar_sandbox.c b/lib/grammar_sandbox.c index 5e01e6c05b..41fee1c1cb 100644 --- a/lib/grammar_sandbox.c +++ b/lib/grammar_sandbox.c @@ -356,7 +356,6 @@ new_cmd_token (enum cmd_token_type_t type, char *text, char *desc) void del_cmd_token (struct cmd_token_t *token) { - fprintf (stdout, "deleting token\n"); if (!token) return; if (token->text) |
