K 10 svn:author V 4 ngie K 8 svn:date V 27 2016-12-10T23:58:14.122579Z K 7 svn:log V 214 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 END