Cut to the chase and just call free instead of free(x) + x = NULL
NULLing out x wasn't required as the memory was immediately scribbled
over with strdup in the following call.
MFC after: 1 week
Submitted by: imp
Cut to the chase and just call free instead of free(x) + x = NULL Tags None Referenced Files None Subscribers None
Description
Details
|