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.76k stars 387 forks source link

Fix some issues which were reported by Coverity Scan #613

Closed stweil closed 2 years ago

stweil commented 2 years ago

I just started a new run with Coverity Scan which hopefully eliminates most reports which were related to reference counts by using thread safe operations (based on https://nullprogram.com/blog/2015/02/17/).

DanBloomberg commented 2 years ago

Thanks. All worth doing!