K 10 svn:author V 7 delphij K 8 svn:date V 27 2005-07-17T17:29:22.000000Z K 7 svn:log V 383 MFC revision 1.13 date: 2005/07/13 10:40:07; author: delphij; state: Exp; lines: +7 -4 Better memory handling: - It is acceptable to call free(3) when the given pointer itself is NULL, so we do not need to determine NULL before passing a pointer to free(3) - Handle failure of malloc(3) Submitted by: Dan Lukes PR: bin/83352 Approved by: re (scottl) END