AiPacino / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
2 stars 0 forks source link

[PATCH] Fixed another potential memory leak in ccmain/paramsd.cpp #1119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please review the attached patch. It fixes a potential memory leak in 
ccmain/paramsd.cpp. The function ParamContent::GetValue() allocates memory, 
which was not deleted after the call. This ticket is related to #1099.

Best regards and many thanks

Martin Ettl

Original issue reported on code.google.com by ettl.mar...@gmail.com on 18 Feb 2014 at 7:20

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed with the fix for 1099.

Original comment by theraysm...@gmail.com on 24 Apr 2014 at 12:53