diff options
author | Xabier Rodriguez Calvar <xrcalvar@igalia.com> | 2009-10-15 17:13:13 +0200 |
---|---|---|
committer | Xabier Rodriguez Calvar <xrcalvar@igalia.com> | 2009-10-15 17:20:35 +0200 |
commit | a608faea2a693bc84b376776c7946f8b93d30d35 (patch) | |
tree | c72c2f8a83f2b2d3bb746ef0365619a1bd6a3af4 /examples | |
parent | 756baca650339db3a04c062474b489b5921db27f (diff) |
Unrefed model in touch selector normal mode example
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hildon-touch-selector-normal-mode-example.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/hildon-touch-selector-normal-mode-example.c b/examples/hildon-touch-selector-normal-mode-example.c index c2dfc47..4dd5bae 100644 --- a/examples/hildon-touch-selector-normal-mode-example.c +++ b/examples/hildon-touch-selector-normal-mode-example.c @@ -95,6 +95,7 @@ create_selector () hildon_touch_selector_set_hildon_ui_mode (HILDON_TOUCH_SELECTOR (selector), HILDON_UI_MODE_NORMAL); + g_object_unref (store_icons); return selector; } |