Handover Test has Memory Leak!.

I'm not sure what happend in real environment.
This commit is contained in:
Sukchan Lee 2017-09-15 01:11:35 +09:00
parent c6967648fa
commit 0b6657f501
1 changed files with 1 additions and 1 deletions

View File

@ -614,6 +614,7 @@ static void handover_test2(abts_case *tc, void *data)
core_sleep(time_from_msec(300));
#if 0
/* Send Handover Required */
rv = tests1ap_build_handover_required(&sendbuf, 1);
ABTS_INT_EQUAL(tc, CORE_OK, rv);
@ -626,7 +627,6 @@ static void handover_test2(abts_case *tc, void *data)
ABTS_INT_NEQUAL(tc, 0, rc);
pkbuf_free(recvbuf);
#if 0
/* Send Handover Request Ack */
rv = tests1ap_build_handover_request_ack(&sendbuf, 1);
ABTS_INT_EQUAL(tc, CORE_OK, rv);