summaryrefslogtreecommitdiff
path: root/src/core/window-props.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/window-props.c')
-rw-r--r--src/core/window-props.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/window-props.c b/src/core/window-props.c
index 47855537..2ef3597a 100644
--- a/src/core/window-props.c
+++ b/src/core/window-props.c
@@ -1463,10 +1463,10 @@ void
meta_display_free_window_prop_hooks (MetaDisplay *display)
{
g_hash_table_unref (display->prop_hooks);
- display->prop_hooks_table = NULL;
+ display->prop_hooks = NULL;
g_free (display->prop_hooks_table);
- display->prop_hooks = NULL;
+ display->prop_hooks_table = NULL;
}
static MetaWindowPropHooks*