Skip to content

Commit

Permalink
readtags: release qualifier and sorter expressions at the end of command
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed Jun 5, 2020
1 parent eec3988 commit 55a1e1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extra-cmds/readtags-cmd.c
Expand Up @@ -605,5 +605,11 @@ extern int main (int argc, char **argv)
ProgramName);
exit (1);
}
#ifdef READTAGS_DSL
if (Qualifier)
q_destroy (Qualifier);
if (Sorter)
s_destroy (Sorter);
#endif
return 0;
}

0 comments on commit 55a1e1f

Please sign in to comment.