wrlib: Added clean-up of library internals in 'RShutdown'

The library uses internally a cache of tables to convert image to different
depths, there is now an internal function 'r_destroy_conversion_tables' to
free them.
This commit is contained in:
David Maciejak
2014-05-09 01:11:31 +01:00
committed by Carlos R. Mafra
parent e237ec15a0
commit 1b2e8a6491
4 changed files with 76 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ libwraster_la_SOURCES = \
save.c \
gradient.c \
xpixmap.c \
convert.h \
convert.c \
context.c \
misc.c \