Plug a small memory leak

g_test_trap_assertions was leaking the process_id string.
This commit is contained in:
Matthias Clasen 2013-06-16 09:28:59 -04:00
parent 910732ea7e
commit 1eefcb4d66

View File

@ -2714,6 +2714,7 @@ g_test_trap_assertions (const char *domain,
g_assertion_message (domain, file, line, func, msg);
g_free (msg);
}
g_free (process_id);
}
static void