openbsd: static heap variables.

I understand what is happening on OpenBSD, but I don't know why
this is happening. I need to speak to someone in the know about
this because it's not occurring on other platforms, and this
shouldn't be happening.
This commit is contained in:
Alastair Poole 2020-07-26 14:35:59 +01:00
parent 5b33f06e9f
commit 53fa6a4ca9
1 changed files with 2 additions and 1 deletions

View File

@ -623,7 +623,7 @@ _process_list(void *data, Ecore_Thread *thread)
}
}
static Evas_Object *_selected = NULL;
Evas_Object *_selected;
static void
_btn_icon_state_update(Evas_Object *button, Eina_Bool reverse)
@ -1592,6 +1592,7 @@ _ui_init(Evas_Object *parent)
_ui = NULL;
_evisum_config = NULL;
_selected = NULL;
_config_load(ui);