Skip to content

Commit

Permalink
gdbparser: fix compile warnings (#3383)
Browse files Browse the repository at this point in the history
  • Loading branch information
UffeJakobsen authored Jun 1, 2024
1 parent 2b05d42 commit 341bd2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gdbparser/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ bool testChildrenParser()

info.print();
free(l);

return true;
}

char *loadFile(const char *fileName)
Expand Down Expand Up @@ -140,6 +142,8 @@ bool testTokens()
ReadTokens();
gdb_result_lex_clean();
free(l);

return true;
}

bool testParseLocals()
Expand Down

0 comments on commit 341bd2e

Please sign in to comment.