Commit ec4df514 authored by Jordy Zomer's avatar Jordy Zomer Committed by Daniel Black

eventscheduler mismatch of my_{malloc,free}, delete

Fix malloc/delete mismatch. This causes a double free in the cleanup.

closes #1845
parent 2e33f574
......@@ -436,7 +436,7 @@ Event_scheduler::start(int *err_no)
scheduler_thd= NULL;
deinit_event_thread(new_thd);
delete scheduler_param_value;
my_free(scheduler_param_value);
ret= true;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment