mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
modules/media: Eliminate explicit unref/unload of magick handle.
This commit is contained in:
parent
84767a1859
commit
8ef502ba02
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue