Memory leak in PJ_ob_tran.c #497
Closed
Comments
Can you turn your proposed fix into a pull request so it is tested by continuous integration and can be merged easily ? |
Fixed per #498 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a small memory leak in PJ_ob_tran.c (in freeup_new):
freeup_new must not return before both P->opaque and P are deallocated.
The text was updated successfully, but these errors were encountered: