Release 2.2.0 RC2
[hildon] / examples / hildon-button-example.c
index 0d62500..3a7c0f0 100644 (file)
@@ -23,7 +23,7 @@
  */
 
 #include                                        <gtk/gtk.h>
-#include                                        "hildon.h"
+#include                                        <hildon/hildon.h>
 
 static GtkWidget *horizontal_layout;
 static GtkWidget *images;
@@ -415,6 +415,12 @@ common_buttons_window                           (GtkButton *b,
     hildon_pannable_area_add_with_viewport (HILDON_PANNABLE_AREA (panarea), GTK_WIDGET (vbox));
     gtk_container_add (GTK_CONTAINER (win), panarea);
 
+    g_object_unref (title1);
+    g_object_unref (value1);
+    g_object_unref (title2);
+    g_object_unref (value2);
+    g_object_unref (centered);
+
     gtk_widget_show_all (win);
 }