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 incorrect use of delete[] in TessDeleteResultRenderer #51

Merged

Conversation

unbe
Copy link
Contributor

@unbe unbe commented Jul 19, 2015

Make TessDeleteResultRenderer use delete, not delete[]. Handles should be deleted with delete and all other handles are deleted with delete.

Make TessDeleteResultRenderer use delete, not delete[]
zdenop added a commit that referenced this pull request Jul 20, 2015
Fix incorrect use of delete[] in TessDeleteResultRenderer
@zdenop zdenop merged commit da94893 into tesseract-ocr:master Jul 20, 2015
@unbe unbe deleted the TessDeleteResultRenderer-delete-fix branch July 20, 2015 07:13
zvezdochiot pushed a commit to ImageProcessing-ElectronicPublications/tesseract that referenced this pull request Mar 28, 2021
…r-delete-fix

Fix incorrect use of delete[] in TessDeleteResultRenderer
zvezdochiot pushed a commit to ImageProcessing-ElectronicPublications/tesseract that referenced this pull request Mar 28, 2021
…r-delete-fix

Fix incorrect use of delete[] in TessDeleteResultRenderer
zvezdochiot pushed a commit to ImageProcessing-ElectronicPublications/tesseract that referenced this pull request Mar 28, 2021
…r-delete-fix

Fix incorrect use of delete[] in TessDeleteResultRenderer
zvezdochiot pushed a commit to ImageProcessing-ElectronicPublications/tesseract that referenced this pull request Mar 28, 2021
…r-delete-fix

Fix incorrect use of delete[] in TessDeleteResultRenderer
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