Hi,
We are running the NDK stack and we want to shut down the stack under certain conditions. We have found the calling NC_NetStop(0) does not free all the dynamic memory created by NC_NetStart. I used the configDemo as a baseline for the stack. I have opened and closed the stack in pieces to verify all other dynamic memory created is being released. Is there anything else I need to call?
Thanks,
Will