mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-10 20:48:54 +02:00
datetime: Fix leak in test
https://bugzilla.gnome.org/show_bug.cgi?id=711751
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user