Index: files/patch-osc.c =================================================================== --- files/patch-osc.c (nonexistent) +++ files/patch-osc.c (working copy) @@ -0,0 +1,11 @@ +--- osc.c.orig 2019-10-31 18:10:02 UTC ++++ osc.c +@@ -573,7 +573,7 @@ int plugin_data_capture_of_plot(OscPlot *plot, const c + struct iio_device *dev, *tmp_dev = NULL; + struct extra_dev_info *dev_info; + struct marker_type *markers_copy = NULL; +- GMutex *markers_lock; ++ GMutex *markers_lock = NULL; + unsigned int i, j; + bool new = FALSE; + const char *tmp = NULL; Property changes on: files/patch-osc.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: files/patch-plugins_lidar.c =================================================================== --- files/patch-plugins_lidar.c (nonexistent) +++ files/patch-plugins_lidar.c (working copy) @@ -0,0 +1,11 @@ +--- plugins/lidar.c.orig 2019-10-31 18:10:53 UTC ++++ plugins/lidar.c +@@ -112,7 +112,7 @@ static void auto_cfg_set_cb(void) + static void auto_cfg_button_changed_cb(GtkSpinButton *btn) + { + // Force the buttons value to have a valid permutation of (0, 1, 2, 3) +- int i, j, idx; ++ int i, j, idx = 0; + int old_val; + int crt_val = gtk_spin_button_get_value_as_int(btn); + Property changes on: files/patch-plugins_lidar.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property