[libgda: 2/3] Test: Fixing missing initialization
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda: 2/3] Test: Fixing missing initialization
- Date: Tue, 21 Sep 2021 14:37:14 +0000 (UTC)
commit a4a3930ecfc4dc815b7a18dbb7338c165ea08f4e
Author: Pavlo Solntsev <p sun fun gmail com>
Date: Sun Sep 19 22:54:33 2021 -0500
Test: Fixing missing initialization
libgda/thread-wrapper/test-itsignaler.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/libgda/thread-wrapper/test-itsignaler.c b/libgda/thread-wrapper/test-itsignaler.c
index d0c15ae17..7ac4e958a 100644
--- a/libgda/thread-wrapper/test-itsignaler.c
+++ b/libgda/thread-wrapper/test-itsignaler.c
@@ -203,6 +203,7 @@ test2 (void)
CbData cbdata;
cbdata.counter = 0;
cbdata.loop = loop;
+ cbdata.its = its;
itsignaler_add (its, NULL, (ITSignalerFunc) source_callback, &cbdata, NULL);
itsignaler_unref (its);
g_mutex_unlock (&mutex);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]