summaryrefslogtreecommitdiff
path: root/src/qxl_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qxl_driver.c')
-rw-r--r--src/qxl_driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qxl_driver.c b/src/qxl_driver.c
index 70b8d34..47f7213 100644
--- a/src/qxl_driver.c
+++ b/src/qxl_driver.c
@@ -104,6 +104,8 @@ garbage_collect (qxl_screen_t *qxl)
}
else if (is_surface && surface_cmd->type == QXL_SURFACE_CMD_DESTROY)
{
+ ErrorF ("handling destroy command %p\n", surface_cmd);
+
qxl_surface_recycle (surface_cmd->surface_id);
}