0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-19 19:33:45 +02:00

modules/media: Eliminate explicit unref/unload of magick handle.

This commit is contained in:
Jason Volk 2020-07-31 20:25:27 -07:00
parent 84767a1859
commit 8ef502ba02

View file

@ -215,8 +215,6 @@ ircd::m::media::init()
void
ircd::m::media::fini()
{
magick_support.reset();
// The database close contains pthread_join()'s within RocksDB which
// deadlock under certain conditions when called during a dlclose()
// (i.e static destruction of this module). Therefor we must manually