Remind me never to run any of your appsOriginally Posted by chemicalNova
...
free() accepts a void pointer, which is basically copied onto the stack when the call is made, therefore it is not possible for free() to set the original pointer to null. It would have to be a pointer to the pointer if that were the case.
Therefore...




...
Reply With Quote