Bug 2575 - TIFFClientOpen leaks memory
: TIFFClientOpen leaks memory
Status: RESOLVED LATER
: libtiff
default
: 4.0.1
: All All
: P2 normal
: ---
Assigned To:
:
:
: migrated_to_gitlab
:
:
  Show dependency treegraph
 
Reported: 2016-08-02 04:14 by
Modified: 2019-10-01 14:20 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2016-08-02 04:14:08
If one of the user procedures is null, the function exits with an error by goto
bad2; But this branch does not free the already allocated TIFF structure.
Trivial fix: goto bad;
------- Comment #1 From 2019-10-01 14:20:13 -------
Bugzilla is no longer used for tracking libtiff issues. Remaining open tickets,
such as this one, have been migrated to the libtiff GitLab instance at
https://gitlab.com/libtiff/libtiff/issues .

The migrated tickets have their summary prefixed with [BZ#XXXX] where XXXX is
the initial Bugzilla issue number.