Skip to content
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

Mismatching delete #575

Closed
maddin200 opened this issue Sep 7, 2015 · 0 comments
Closed

Mismatching delete #575

maddin200 opened this issue Sep 7, 2015 · 0 comments
Milestone

Comments

@maddin200
Copy link
Contributor

OPJThreads.cpp line 892
is:
delete buffer;

should be:
delete [] buffer;

@mayeut mayeut closed this as completed in 29c644e Sep 7, 2015
@mayeut mayeut added this to the OPJ v2.1.1 milestone Sep 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants