Enlightenment: Sysinfo gadget: Free up the edje message correctly.

This commit is contained in:
Stephen 'Okra' Houston 2017-01-08 17:32:07 -06:00
parent 9d6af51de2
commit 3d1feb31cc
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ _cpumonitor_face_update(Instance *inst)
usage_msg->val[0] = core->percent;
edje_object_message_send(elm_layout_edje_get(core->layout), EDJE_MESSAGE_INT_SET, 1,
usage_msg);
free(msg);
free(usage_msg);
}
}