mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
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:
committed by
Matthias Clasen
parent
b78cec5579
commit
e31bd40d43
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user