gen2brain / go-fitz

Golang wrapper for the MuPDF Fitz library
GNU Affero General Public License v3.0
369 stars 87 forks source link

Update fitz.go #65

Closed EdwardShen125 closed 1 year ago

EdwardShen125 commented 1 year ago

fix memory leakage: free pixels pointer on defer

gen2brain commented 1 year ago

Did you actually test it? It fails to build.

EdwardShen125 commented 1 year ago

my fault. I got two patches on my branch. Unfortunately I chose the bad one