Hello Nandan,
According to the NetX documentation, you shouldn't release this packet manually (I'm assuming it's done automatically):
![]()
You're seeing pointer error because your send_packet_ptr is reset to zero after packet is sent successfully (i.e. the packet is released).
Regards