DanBloomberg / leptonica

Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications. The official github repository for Leptonica is: danbloomberg/leptonica. See leptonica.org for more documentation.
Other
1.79k stars 391 forks source link

Fix typo callof -> calloc and fix six Coverity Scan issues #648

Closed stweil closed 1 year ago

stweil commented 1 year ago

Signed-off-by: Stefan Weil sw@weilnetz.de

stweil commented 1 year ago

The leaks are not really significant after an out of memory error, but fixing them is easy and makes Coverity Scan happy.

DanBloomberg commented 1 year ago

Thanks!