Skip to content

Commit

Permalink
Fix reported memoryleak
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Feb 26, 2025
1 parent 9e86fcb commit 86cf695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libdispatch/dpathmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ NCfopen(const char* path, const char* flags)
done:
nullfree(cvtpath);
nullfree(path8);
nullfree(bflags8);
nullfree(wpath);
nullfree(wflags);
return f;
Expand Down

0 comments on commit 86cf695

Please sign in to comment.