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

Fix memory leak in convert_mnist_siamese_data. #3010

Merged
merged 1 commit into from
Sep 2, 2015

Conversation

darrengarvey
Copy link
Contributor

This fixes a memory leak by using delete[] rather than plain delete.

This fixes a memory leak by using delete[] rather than plain delete.
@jeffdonahue
Copy link
Contributor

Like #3011, I'm not sure why Travis isn't running here... given that this is a one-line change and looks right, I'll merge. Thanks for the fix @darrengarvey.

jeffdonahue added a commit that referenced this pull request Sep 2, 2015
Fix memory leak in convert_mnist_siamese_data.
@jeffdonahue jeffdonahue merged commit cbb2ed1 into BVLC:master Sep 2, 2015
@darrengarvey
Copy link
Contributor Author

Thanks @jeffdonahue. I'm not sure either why Travis isn't running, as it ran for one or two of the PRs today (status looks OK: https://www.traviscistatus.com/).

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

Successfully merging this pull request may close these issues.

2 participants