fix startup resource leak

This commit is contained in:
Jarcode
2018-08-05 19:47:12 -07:00
parent 75a3affbc0
commit fc80db664b

1
xwin.c
View File

@@ -75,6 +75,7 @@ void xwin_wait_for_wm(void) {
break; break;
} }
} }
XFree(props);
} }
if (!exists) nanosleep(&tv, NULL); if (!exists) nanosleep(&tv, NULL);
} while (!exists); } while (!exists);