diff options
-rw-r--r-- | divelist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/divelist.c b/divelist.c index 8b86c5343..245ff4499 100644 --- a/divelist.c +++ b/divelist.c @@ -1472,7 +1472,7 @@ static gint dive_nr_sort(GtkTreeModel *model, int idx_a, idx_b; timestamp_t when_a, when_b; struct dive *a, *b; - dive_trip_t *tripa,*tripb; + dive_trip_t *tripa = NULL, *tripb = NULL; gtk_tree_model_get(model, iter_a, DIVE_INDEX, &idx_a, DIVE_DATE, &when_a, -1); gtk_tree_model_get(model, iter_b, DIVE_INDEX, &idx_b, DIVE_DATE, &when_b, -1); |