Ticket #600: cryptoapi.c.patch
File cryptoapi.c.patch, 366 bytes (added by , 9 years ago) |
---|
-
cryptoapi.c
old new 117 117 if (lpMsgBuf) { 118 118 char *p; 119 119 rv = strdup(lpMsgBuf); 120 if (rv == NULL) { 121 msg(M_FATAL, "Unable to allocate memory for rv in ms_error_text().\n"); 122 return NULL; 123 } 120 124 LocalFree(lpMsgBuf); 121 125 /* trim to the left */ 122 126 if (rv)