mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
binpac: Update pac_parse.yy
(error) Memory leak: msgbug Found by https://github.com/bryongloden/cppcheck
This commit is contained in:
parent
f1239143cb
commit
ffe92f487f
1 changed files with 1 additions and 0 deletions
|
@ -1089,5 +1089,6 @@ int yyerror(const char msg[])
|
|||
fprintf(stderr, " (yychar=%d)", yychar);
|
||||
fprintf(stderr, "\n");
|
||||
|
||||
delete[] msgbuf;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue