summaryrefslogtreecommitdiffstats
path: root/lexer/theme-parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'lexer/theme-parser.y')
-rw-r--r--lexer/theme-parser.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/lexer/theme-parser.y b/lexer/theme-parser.y
index 28b8b3eb..0aa0d227 100644
--- a/lexer/theme-parser.y
+++ b/lexer/theme-parser.y
@@ -337,6 +337,8 @@ t_config_property
#endif
g_free(error);
}
+ // We don't keep any reference to this after this point, so the property can be free'ed.
+ rofi_theme_property_free ( $1 );
}
/**