Closed futu2 closed 7 months ago
only find c'unloadImage :: Ptr Image -> IO ()
c'unloadImage :: Ptr Image -> IO ()
unloadImage is unnecessary because loadImage automatically frees the memory for you. All the unload functions are optional.
unloadImage
loadImage
unload
only find
c'unloadImage :: Ptr Image -> IO ()