summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBLINDAUER Emmanuel <e.blindauer@gmail.com>2014-03-18 19:19:33 +0100
committerBLINDAUER Emmanuel <e.blindauer@gmail.com>2014-03-18 19:19:33 +0100
commit185aafd12dd9b7beb98b2fd5725819bbae06da8a (patch)
tree9c5df17eea7f2b615e9b9190ee73238133f0f845
parent56783ee262fb9cb991292d398b3bfe188b704c8b (diff)
downloadxrdp-proprietary-185aafd12dd9b7beb98b2fd5725819bbae06da8a.tar.gz
xrdp-proprietary-185aafd12dd9b7beb98b2fd5725819bbae06da8a.zip
Call cleanup for encoder
-rw-r--r--xrdp/xrdp_mm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xrdp/xrdp_mm.c b/xrdp/xrdp_mm.c
index 10b7234d..e7e338a5 100644
--- a/xrdp/xrdp_mm.c
+++ b/xrdp/xrdp_mm.c
@@ -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)