Commit b4581502 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

XCB/screen: memory leak

parent e8b475fc
......@@ -361,6 +361,7 @@ static void Demux (void *data)
y += oh - h;
else if (ptr->root_y > min_y)
y += ptr->root_y - min_y;
free (ptr);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment