summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
Diffstat (limited to 'mysys')
-rw-r--r--mysys/thr_alarm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/thr_alarm.c b/mysys/thr_alarm.c
index 5fb4e544411..15e9125e533 100644
--- a/mysys/thr_alarm.c
+++ b/mysys/thr_alarm.c
@@ -254,7 +254,7 @@ void thr_end_alarm(thr_alarm_t *alarmed)
{
if ((ALARM*) queue_element(&alarm_queue,i) == alarm_data)
{
- queue_remove(&alarm_queue,i),MYF(0);
+ queue_remove(&alarm_queue,i);
if (alarm_data->malloced)
my_free(alarm_data);
found++;