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

XCB/screen: memory leak

(cherry picked from commit b4581502f18d4b8476b2fea0f4da2e1a22b85e03)
parent 43ff972d
......@@ -380,6 +380,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