Fix the memory leak (#316)

This commit is contained in:
Sukchan Lee
2019-12-04 15:22:25 +09:00
parent 36dc786e01
commit 5e59349d17

View File

@@ -397,4 +397,5 @@ void sgw_gtp_send_end_marker(sgw_tunnel_t *s1u_tunnel)
rv = ogs_gtp_sendto(s1u_tunnel->gnode, pkbuf);
ogs_expect(rv == OGS_OK);
ogs_pkbuf_free(pkbuf);
}