Fix build error

This commit is contained in:
Drew DeVault 2016-12-15 18:45:04 -05:00
parent 63d96c1bb4
commit d859f825d3

View File

@ -298,7 +298,7 @@ void ipc_get_pixels(wlc_handle output) {
char *data = malloc(sizeof(response_header) + size->w * size->h * 4);
if (!data) {
sway_log(L_ERROR, "Unable to allocate pixels for get_pixels");
ipc_client_disconnect(client);
ipc_client_disconnect(req->client);
free(req);
continue;
}