Make sure that all timeouts in HildonBanner are removed
[hildon] / tests / check-hildon-color-button.c
index e7b41c1..4edfeec 100644 (file)
@@ -8,7 +8,7 @@
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; version 2.1 of
- * the License.
+ * the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -29,7 +29,7 @@
 #include <glib/gprintf.h>
 #include "test_suites.h"
 #include "check_utils.h"
-#include "hildon-color-button.h"
+#include <hildon/hildon-color-button.h>
 
 /* -------------------- Fixtures -------------------- */
 static HildonColorButton *color_button = NULL;
@@ -365,6 +365,7 @@ START_TEST (test_set_color_invalid)
     }
   
   gtk_widget_destroy(aux_object);
+  g_free (ret_color);
 }
 END_TEST