summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'libxrdp/xrdp_channel.c')
-rw-r--r--libxrdp/xrdp_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxrdp/xrdp_channel.c b/libxrdp/xrdp_channel.c
index 4085f650..092cefa4 100644
--- a/libxrdp/xrdp_channel.c
+++ b/libxrdp/xrdp_channel.c
@@ -66,7 +66,7 @@ xrdp_channel_delete(struct xrdp_channel* self)
{
return;
}
- memset(self,0,sizeof(struct xrdp_channel));
+ g_memset(self,0,sizeof(struct xrdp_channel));
g_free(self);
}