stylecontext: Fix a memleak

This commit is contained in:
Benjamin Otte 2012-11-08 22:08:36 +01:00
parent ba88174614
commit 947fed0961

View File

@ -2960,6 +2960,8 @@ gtk_style_context_update_cache (GtkStyleContext *context,
changes = _gtk_bitmask_union (changes, data->store->depends_on_font_size);
build_properties (context, data->store, info, changes);
_gtk_bitmask_free (changes);
}
}