Avoid potential crash when freeing a message queue.
authorAlexandre Julliard <julliard@winehq.org>
Sat, 5 Mar 2005 10:51:35 +0000 (10:51 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 5 Mar 2005 10:51:35 +0000 (10:51 +0000)
commitd6885fe7d47fed101259064e88844bb9f928c497
tree93ccce29c3ae80623c315b308b9e01f024fba083
parent55fe5e8102926c143c0014abcce947396d4d9ac4
Avoid potential crash when freeing a message queue.
Properly initialize newly allocated messages.
server/queue.c