Merge pull request #114 from moobyfr/devel

Call cleanup for encoder
This commit is contained in:
jsorg71 2014-03-18 11:27:24 -07:00
commit 3aae7ffff6
1 changed files with 2 additions and 0 deletions

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)