0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-27 07:54:05 +01:00

modules/media/magick: Call ::DestroyMagickResources() on module dtor.

This commit is contained in:
Jason Volk 2019-07-13 19:02:38 -07:00
parent ccfb3cd688
commit 1fa275813c

View file

@ -170,6 +170,7 @@ ircd::magick::fini()
"Shutting down Magick Library..."
};
::DestroyMagickResources();
::DestroyMagick();
}