compositor: free regions in wlsc_output_repaint()
authorPekka Paalanen <ppaalanen@gmail.com>
Mon, 2 Jan 2012 13:42:44 +0000 (15:42 +0200)
committerPekka Paalanen <ppaalanen@gmail.com>
Mon, 2 Jan 2012 13:42:44 +0000 (15:42 +0200)
commitcc9102edc5d13a6cf2608163ad91491b143f97e7
tree9fd0240c514dc08c9267094e8ca4f133d5132931
parent3c64723c9f2b3adf5c2fd10651b72b1e398a34ef
compositor: free regions in wlsc_output_repaint()

Some of the local pixman region objects were not being properly
destroyed before returning from the function. Destroy them, fixes
some Valgrind errors.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
compositor/compositor.c