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 b016ff29f638b04d1a756b82c461563207083391)
This commit is contained in:
parent
e356424282
commit
9b8a3fbaed
@ -710,6 +710,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…
x
Reference in New Issue
Block a user