From: Maximilian Albert Date: Tue, 28 Dec 2010 19:01:41 +0000 (+0100) Subject: Initialize pointer. X-Git-Url: https://git.tokkee.org/?p=inkscape.git;a=commitdiff_plain;h=e481d7627b3ddd4aa89646ece127f04de33c16c1 Initialize pointer. --- diff --git a/src/select-context.cpp b/src/select-context.cpp index d6355ba74..4d1d06fe3 100644 --- a/src/select-context.cpp +++ b/src/select-context.cpp @@ -114,6 +114,7 @@ sp_select_context_init(SPSelectContext *sc) sc->button_press_ctrl = false; sc->button_press_alt = false; sc->cycling_items = NULL; + sc->cycling_items_cmp = NULL; sc->cycling_items_selected_before = NULL; sc->cycling_cur_item = NULL; sc->_seltrans = NULL;