gnome-control-center/tests
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
..
common common: Use g_auto for variables 2018-06-07 01:08:07 +00:00
datetime tests: free TzInfo 2018-08-24 14:43:29 +00:00
info project: Update meson files 2018-05-03 00:45:29 -03:00
network tests: Don't hard-code the path to python 2018-08-13 01:18:16 +00:00
printers project: Update meson files 2018-05-03 00:45:29 -03:00
shared tests: Don't hard-code the path to python 2018-08-13 01:18:16 +00:00
meson.build tests/network: Disable on non-Linux systems 2018-05-12 04:03:45 +00:00