leafo / magick

Lua bindings to ImageMagick for LuaJIT using FFI
406 stars 80 forks source link

Memory leaks #14

Closed isage closed 9 years ago

isage commented 9 years ago

There's a couple of memory leaks when using ffi.string, because ffi.string makes a copy, you should free original string using MagickRelinquishMemory.