diff options
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 619e64335..191f552bc 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -803,6 +803,8 @@ toolbar_style_notifier (GConfClient *client, flags |= new_flags; egg_toolbars_model_set_flags (model, i, new_flags); } + + g_free (pref); } GObject * |