Changeset 2087

Show
Ignore:
Timestamp:
02/26/2008 04:20:58 PM (5 months ago)
Author:
stbuehler
Message:

r2092@chromobil: stefan | 2008-02-26 17:08:48 +0100
Fix #1347: memory leak on windows

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/lighttpd-1.4.x/src/stream.c

    r1371 r2087  
    6565 
    6666        if (!mh) { 
     67/* 
    6768                LPVOID lpMsgBuf; 
    6869                FormatMessage( 
     
    7475                        (LPTSTR) &lpMsgBuf, 
    7576                        0, NULL ); 
    76  
     77*/ 
    7778                return -1; 
    7879        }