suite_helper: do not use stacked values here

this is ending up beeing garbage pointers when not properly overwritten.

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D11597
This commit is contained in:
Marcel Hollerbach 2020-03-25 10:12:54 +01:00
parent a4d7698492
commit 91b3476d51
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ suite_setup(Eina_Bool legacy)
failed_count = _efl_suite_build_and_run(0, NULL,
"Efl_Ui_Init", ui_init, NULL, NULL);
failed_count += !elm_init(1, (char*[]){"exe"});
failed_count += !elm_init(1, args);
if (buffer)
{
global_win = _elm_suite_win_create();