diff options
-rw-r--r-- | xrdp/xrdp_mm.c | 2 |
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) |