From 2d8c06f7b7b69a3e8f29dfa7db22ad02c0908db8 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Tue, 26 Apr 2016 14:38:46 +0200 Subject: [PATCH] Fixed variable initialization for error detection --- src/obiview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/obiview.c b/src/obiview.c index 64071b5..91b0abd 100644 --- a/src/obiview.c +++ b/src/obiview.c @@ -311,7 +311,7 @@ OBIDMS_column_p clone_column_in_view(Obiview_p view, const char* column_name) { int i; OBIDMS_column_p current_line_selection = NULL; - OBIDMS_column_p column; + OBIDMS_column_p column = NULL; OBIDMS_column_p column_buffer; // Check that the view is not read-only