File: libgda-fix-missing-initialization.patch

package info (click to toggle)
guix 1.4.0-9
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 161,500 kB
  • sloc: lisp: 861,023; cpp: 10,741; javascript: 9,632; sh: 8,913; makefile: 951; ansic: 558; python: 129; sql: 33; sed: 16
file content (26 lines) | stat: -rw-r--r-- 792 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Taken from upstream.

From a4a3930ecfc4dc815b7a18dbb7338c165ea08f4e Mon Sep 17 00:00:00 2001
From: Pavlo Solntsev <p.sun.fun@gmail.com>
Date: Sun, 19 Sep 2021 22:54:33 -0500
Subject: [PATCH] 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);
-- 
GitLab