j
k
j a
j l
Jacek Caban (@jacek) commented about dlls/win32u/message.c:
{ if (*prev_size < size) { *buffer = malloc( size ); *buffer = realloc( *buffer, size );
{ if (*prev_size < size) {
*buffer = malloc( size );
*buffer = realloc( *buffer, size );
This leaks on error, we could leave the buffer unchanged in that case.
Show replies by date
wine-gitlab@winehq.org
Add to favorites Remove from favorites