mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 09:00:42 -05:00
cursor-renderer-native: Free MetaCursorNativePrivate struct
Fix a small leak in native renderer.
https://gitlab.gnome.org/GNOME/mutter/merge_requests/581
(cherry picked from commit b016ff29f6
)
This commit is contained in:
parent
189f71f5d1
commit
3fdc651179
@ -823,6 +823,7 @@ static void
|
|||||||
cursor_priv_free (MetaCursorNativePrivate *cursor_priv)
|
cursor_priv_free (MetaCursorNativePrivate *cursor_priv)
|
||||||
{
|
{
|
||||||
g_hash_table_destroy (cursor_priv->gpu_states);
|
g_hash_table_destroy (cursor_priv->gpu_states);
|
||||||
|
g_free (cursor_priv);
|
||||||
}
|
}
|
||||||
|
|
||||||
static MetaCursorNativePrivate *
|
static MetaCursorNativePrivate *
|
||||||
|
Loading…
Reference in New Issue
Block a user