mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #481] Is there a resource leak problem? #373
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#373
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Zakary-D on GitHub (May 27, 2025).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/481
in third_party/minizip/mztools.c:284:3, use fpOutCD and doesn't free it
@jmcnamara commented on GitHub (May 27, 2025):
Libxlsxwriter doesn't use
mztools.c. It only usesioapi.candzip.cfrom that directory, which is a vendored version of thezlibsubdirectory: https://github.com/madler/zlib/tree/develop/contrib/minizipAs far as I can see
fpOutCDis closed on line 249 ofthird_party/minizip/mztools.cso it looks okay to me at first glance but if you think it is an issue you should check if it is fixed upstream and if not report it.Closing this here since it doesn't affect libxlsxwriter.
@jmcnamara commented on GitHub (May 29, 2025):
See also: https://github.com/madler/zlib/issues/982