-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
memor leak in function testqzEndStreamInvalidParam #109
Comments
Thanks! |
+1 to this. our code security scanner blames the same lines: Defect type: CPPCHECK_WARNING: so,
and
|
The issue will be fixed in qatzip v1.3.1 version |
thanks a ton for a confirmation, @XingHongChenIntel, most appreciated. |
the return path in line 2694 is not free'ing the allocated objects orig_src, comp_src, decomp_src, leaking to (non-fatal) memory leaks.
The text was updated successfully, but these errors were encountered: