Call cleanup for encoder

This commit is contained in:
BLINDAUER Emmanuel 2014-03-18 19:19:33 +01:00
parent 56783ee262
commit 185aafd12d

View File

@ -90,6 +90,8 @@ xrdp_mm_module_cleanup(struct xrdp_mm *self)
{
log_message(LOG_LEVEL_DEBUG,"xrdp_mm_module_cleanup");
deinit_xrdp_encoder(self);
if (self->mod != 0)
{
if (self->mod_exit != 0)