summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* defaultiface: Fix leak in testwip/gcleanupStef Walter2013-11-131-1/+4
* giomodule: Fix leaks in module loadingStef Walter2013-11-131-10/+18
* gdesktopappinfo: Free memory caches and desktop file monitors during cleanupStef Walter2013-11-131-1/+38
* mimeapps: Don't make this test dependent on behavior of gvfsStef Walter2013-11-131-0/+3
* gdbus-testserver: Fix behavior during cleanupStef Walter2013-11-131-3/+4
* gdbus-proxy: Fix erroneous timeout during following testsStef Walter2013-11-131-1/+5
* gdbus-export: Fix leaks in testsStef Walter2013-11-131-5/+11
* gdbus-example-export: Fix behavior when using cleanupStef Walter2013-11-131-2/+4
* gdbus-auth: Fix leaks in testsStef Walter2013-11-131-0/+4
* gtestdbus: Cleanup io channel which would otherwise leakStef Walter2013-11-131-0/+1
* gtestdbus: Properly close server connectionsStef Walter2013-11-131-4/+5
* gtestdbus: Don't destroy GSource twiceStef Walter2013-11-131-2/+4
* gdbusname: Cleanup global tablesStef Walter2013-11-132-0/+2
* gdbusintrospection: Free up cache when done with itStef Walter2013-11-131-1/+5
* gdbus-connection: Fix race condition in testStef Walter2013-11-131-3/+4
* gdbusconnection: Fix invalid memory accessStef Walter2013-11-131-2/+2
* gsubprocess: Cleanup GSubprocess correctlyStef Walter2013-11-132-4/+35
* gio: Define cleanup scope and lists for gio testsStef Walter2013-11-1323-1/+45
* filter-streams: Cleanup custom classes in testStef Walter2013-11-131-0/+3
* gio/tests: Prevent random gio modules from screwing up these testsStef Walter2013-11-137-0/+20
* gfileinfo: Cleanup memoryStef Walter2013-11-131-1/+24
* gcancellable: Free up GPrivate in right cleanup contextStef Walter2013-11-131-1/+1
* gtask: Cleanup thread poolStef Walter2013-11-131-1/+7
* gsocketconnection: Cleanup global dataStef Walter2013-11-131-4/+7
* gresolver: Cleanup global dataStef Walter2013-11-131-1/+4
* glocalfile: Cleanup global dataStef Walter2013-11-131-0/+1
* giomodule: Allow overriding source directory gio modules are loaded fromStef Walter2013-11-132-2/+17
* giomodule: Cleanup global dataStef Walter2013-11-131-6/+11
* gioenumtypes: Push enum GTypes onto cleanup listStef Walter2013-11-131-0/+1
* gdbus: Cleanup global static dataStef Walter2013-11-132-1/+7
* gio: Define cleanup scope and list for libgioStef Walter2013-11-132-0/+30
* tests/gobject: Use cleanup for types defined in testsStef Walter2013-11-135-1/+11
* dynamictype: Fix leak in testStef Walter2013-11-131-1/+4
* param: Avoid g_test_add_data_func_full() which leaksStef Walter2013-11-131-1/+2
* gobject: Don't leak pspecs for ininstantiated interfacesStef Walter2013-11-132-7/+6
* gvalue: Cleanup global static dataStef Walter2013-11-131-0/+8
* gtypemodule: Allow GTypeModule to be finalizedStef Walter2013-11-132-6/+16
* gtype: Remove unneeded ref of static parent typeStef Walter2013-11-131-1/+0
* gparam: Reliably free class info initialization closureStef Walter2013-11-131-1/+1
* gobject: Cleanup GObject class stuffStef Walter2013-11-134-6/+66
* gtype: Push registered GType onto the appropriate cleanup listStef Walter2013-11-1334-9/+100
* gtype: Implement cleanup of GTypeStef Walter2013-11-132-2/+226
* gatomicarray: Support for cleaning upStef Walter2013-11-132-1/+33
* gobject: Define a cleanup scope for libgobjectStef Walter2013-11-132-0/+2
* gmodule: Cleanup main_module, ie: selfStef Walter2013-11-133-0/+21
* gthreadpool: Cleanup thread pool unused threadsStef Walter2013-11-131-0/+47
* threadpool-test: Cleanup memory in testStef Walter2013-11-131-0/+9
* sources: Fix leaks in testsStef Walter2013-11-131-2/+10
* slice: Don't run GSlice tests under valgrindStef Walter2013-11-132-0/+12
* 642026: Run less locking iterations under valgrindStef Walter2013-11-131-2/+8