wrlib: Added clean-up of library internals in 'RShutdown'
commit1b2e8a6491029912cef34e24d6ae4e28083d71ef
authorDavid Maciejak <david.maciejak@gmail.com>
Thu, 8 May 2014 21:57:03 +0000 (8 23:57 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 9 May 2014 00:11:31 +0000 (9 01:11 +0100)
tree791dee4b68e8f55a5834c0092ca3df71385430d8
parente237ec15a08e8203b51a5e18e4200936d32c7298
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.
wrlib/Makefile.am
wrlib/convert.c
wrlib/convert.h [new file with mode: 0644]
wrlib/misc.c