libfreerdp-utils: fix a memory leak.

This commit is contained in:
Vic Lee 2012-08-13 09:54:50 +08:00
parent 3d92392699
commit 2f9f63acc0

View File

@ -215,6 +215,7 @@ wait_obj_select(struct wait_obj** listobj, int numobj, int timeout)
status = -1; status = -1;
else else
status = 0; status = 0;
xfree(hnds);
#endif #endif
return status; return status;