mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
wrlib: Added clean-up of image cache in 'RShutdown'
The library maintains a cache of the images loaded, which is now emptyed when the lib is asked to shutdown.
This commit is contained in:
committed by
Carlos R. Mafra
parent
283286e0cd
commit
e237ec15a0
@@ -251,4 +251,5 @@ void RShutdown(void)
|
||||
#ifdef USE_MAGICK
|
||||
RReleaseMagick();
|
||||
#endif
|
||||
RReleaseCache();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user