summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_channel.c
diff options
context:
space:
mode:
authornorrarvid <norrarvid@gmail.com>2012-06-18 08:48:51 +0200
committernorrarvid <norrarvid@gmail.com>2012-06-18 08:48:51 +0200
commit67a2a3c4c7c2487dffd487a93d7bfe3e89f2328f (patch)
tree845e41cf01b20a5e17d75b8d27d67d8ea031d664 /libxrdp/xrdp_channel.c
parent42bda50fe0a9f030ae0ea62a236ed6ae741db3a3 (diff)
downloadxrdp-proprietary-67a2a3c4c7c2487dffd487a93d7bfe3e89f2328f.tar.gz
xrdp-proprietary-67a2a3c4c7c2487dffd487a93d7bfe3e89f2328f.zip
layout fix
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);
}