View | Details | Raw Unified | Return to bug 241622
Collapse All | Expand All

(-)files/patch-osc.c (+11 lines)
Line 0 Link Here
1
--- osc.c.orig	2019-10-31 18:10:02 UTC
2
+++ osc.c
3
@@ -573,7 +573,7 @@ int plugin_data_capture_of_plot(OscPlot *plot, const c
4
 	struct iio_device *dev, *tmp_dev = NULL;
5
 	struct extra_dev_info *dev_info;
6
 	struct marker_type *markers_copy = NULL;
7
-	GMutex *markers_lock;
8
+	GMutex *markers_lock = NULL;
9
 	unsigned int i, j;
10
 	bool new = FALSE;
11
 	const char *tmp = NULL;
(-)files/patch-plugins_lidar.c (+11 lines)
Line 0 Link Here
1
--- plugins/lidar.c.orig	2019-10-31 18:10:53 UTC
2
+++ plugins/lidar.c
3
@@ -112,7 +112,7 @@ static void auto_cfg_set_cb(void)
4
 static void auto_cfg_button_changed_cb(GtkSpinButton *btn)
5
 {
6
 	// Force the buttons value to have a valid permutation of (0, 1, 2, 3)
7
-	int i, j, idx;
8
+	int i, j, idx = 0;
9
 	int old_val;
10
 	int crt_val = gtk_spin_button_get_value_as_int(btn);
11
 

Return to bug 241622