summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sesman/chansrv/devredir.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sesman/chansrv/devredir.c b/sesman/chansrv/devredir.c
index 629b3cc9..4c6f67e3 100644
--- a/sesman/chansrv/devredir.c
+++ b/sesman/chansrv/devredir.c
@@ -986,6 +986,8 @@ dev_redir_proc_query_dir_response(IRP *irp,
/* add this entry to xrdp file system */
fuse_data = devredir_fuse_data_peek(irp);
xfuse_devredir_cb_enum_dir(fuse_data->data_ptr, xinode);
+
+ g_free(xinode);
}
dev_redir_send_drive_dir_request(irp, DeviceId, 0, NULL);