diff --git a/tests/datetime.c b/tests/datetime.c index 6ee38c864..4f2779619 100644 --- a/tests/datetime.c +++ b/tests/datetime.c @@ -38,6 +38,7 @@ main (int argc, char *argv[]) str = g_date_time_format (dt, fmt); g_print ("%s\n", str); g_free (str); + g_date_time_unref (dt); return 0; }