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:
parent
ccfb3cd688
commit
1fa275813c
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ ircd::magick::fini()
|
|||
"Shutting down Magick Library..."
|
||||
};
|
||||
|
||||
::DestroyMagickResources();
|
||||
::DestroyMagick();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue