Commit c861cc71 authored by Lionel Gauthier's avatar Lionel Gauthier

Very small fixes

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4797 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 44f7d431
......@@ -543,7 +543,7 @@ void* eRAL_task(void *args_p) {
LOG_E(RAL_ENB, "Received unexpected message %s\n", msg_name);
break;
}
free(msg_p);
itti_free (ITTI_MSG_ORIGIN_ID(msg_p), msg_p);
msg_p = NULL;
}
nb_events = itti_get_events(TASK_RAL_ENB, &events);
......
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