summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_mm.c
diff options
context:
space:
mode:
Diffstat (limited to 'xrdp/xrdp_mm.c')
-rw-r--r--xrdp/xrdp_mm.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/xrdp/xrdp_mm.c b/xrdp/xrdp_mm.c
index 179a44e7..76957ad6 100644
--- a/xrdp/xrdp_mm.c
+++ b/xrdp/xrdp_mm.c
@@ -129,9 +129,6 @@ xrdp_mm_module_cleanup(struct xrdp_mm *self)
{
log_message(LOG_LEVEL_DEBUG, "xrdp_mm_module_cleanup");
- /* shutdown thread */
- deinit_xrdp_encoder(self);
-
if (self->mod != 0)
{
if (self->mod_exit != 0)
@@ -175,6 +172,10 @@ xrdp_mm_delete(struct xrdp_mm *self)
/* free any module stuff */
xrdp_mm_module_cleanup(self);
+
+ /* shutdown thread */
+ deinit_xrdp_encoder(self);
+
trans_delete(self->sesman_trans);
self->sesman_trans = 0;
self->sesman_trans_up = 0;