gnome-control-center/tests/datetime
RyuzakiKK b8972e885c tests: free TzInfo
The timezone information is allocated with `tz_info_from_location` but
never deallocated.
LeakSanitizer complains about this memory leak.

```
Direct leak of 13568 byte(s) in 424 object(s) allocated from:
/build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cc:95
    #1 0x7f63899bab21 in g_malloc0 (/usr/lib/libglib-2.0.so.0+0x51b21)
../tests/datetime/test-timezone-gfx.c:30
    #3 0x7f63899dc76a  (/usr/lib/libglib-2.0.so.0+0x7376a)
```
2018-08-24 14:43:29 +00:00
..
meson.build tests: increase the tests timeout 2018-07-15 01:47:24 +00:00
test-datetime.py tests: Don't hard-code the path to python 2018-08-13 01:18:16 +00:00
test-endianess.c tests: close opened directory 2018-08-24 14:43:29 +00:00
test-timezone-gfx.c tests: free TzInfo 2018-08-24 14:43:29 +00:00
test-timezone.c tests: Rely only on zone.tab 2018-05-09 15:38:12 -03:00