Set error to NULL.

2006-01-11  Matthias Clasen  <mclasen@redhat.com>

	* tests/asyncqueue-test.c: Set error to NULL.
This commit is contained in:
Matthias Clasen
2006-01-11 16:30:21 +00:00
committed by Matthias Clasen
parent b78cec5579
commit e31bd40d43
4 changed files with 13 additions and 1 deletions

View File

@@ -150,7 +150,7 @@ int main (int argc, char *argv[])
d(g_print ("creating threads...\n"));
for (i = 0; i <= max_threads; i++) {
GError *error;
GError *error = NULL;
g_thread_pool_push (thread_pool, GINT_TO_POINTER (i), &error);