Skip to content

Commit

Permalink
Merge pull request #140 from RadWolfie/fix-cli-output
Browse files Browse the repository at this point in the history
Fix CLI Tool missing XbSymbolContext_RegisterXRefs call
  • Loading branch information
RadWolfie authored Jun 18, 2021
2 parents 35774ca + 46550c4 commit 6a12c05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ int main(int argc, char const* argv[])
assert(status == 1);
XbSymbolContext_ScanManual(ctx);
XbSymbolContext_ScanAllLibraryFilter(ctx);
XbSymbolContext_RegisterXRefs(ctx);
XbSymbolContext_Release(ctx);

free(lib_hdr.filters);
Expand Down

0 comments on commit 6a12c05

Please sign in to comment.