Hi Matt, Yes, there seem to be a memory leak - the nx_icmp_ping call allocates a buffer for the response and it is your responsibility to release the buffer. The buffer is allocated from the Netx packet pool and should be released via a nx_packet_release() call. -Gary
↧