shell-recorder: missing XFree
https://bugzilla.gnome.org/show_bug.cgi?id=650934
This commit is contained in:
parent
6a9080c3d6
commit
88df183450
@ -412,6 +412,8 @@ recorder_fetch_cursor_image (ShellRecorder *recorder)
|
|||||||
*(guint32 *)(data + i * stride + 4 * j) = cursor_image->pixels[i * cursor_image->width + j];
|
*(guint32 *)(data + i * stride + 4 * j) = cursor_image->pixels[i * cursor_image->width + j];
|
||||||
|
|
||||||
cairo_surface_mark_dirty (recorder->cursor_image);
|
cairo_surface_mark_dirty (recorder->cursor_image);
|
||||||
|
|
||||||
|
XFree (cursor_image);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Overlay the cursor image on the frame. We draw the cursor image
|
/* Overlay the cursor image on the frame. We draw the cursor image
|
||||||
|
Loading…
Reference in New Issue
Block a user