win32u: Fix a memory leak.

This commit is contained in:
Zhiyi Zhang 2022-11-20 15:33:55 +08:00 committed by Alexandre Julliard
parent d34d0c1001
commit df012ba4eb

View file

@ -2777,6 +2777,8 @@ static BOOL broadcast_message( struct send_message_info *info, DWORD_PTR *res_pt
break; break;
} }
} }
free( list );
} }
if (res_ptr) *res_ptr = 1; if (res_ptr) *res_ptr = 1;