mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 00:14:07 +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..."
|
"Shutting down Magick Library..."
|
||||||
};
|
};
|
||||||
|
|
||||||
|
::DestroyMagickResources();
|
||||||
::DestroyMagick();
|
::DestroyMagick();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue