fix deadlock on event plugin

This commit is contained in:
Ron Pedde
2006-05-05 07:38:13 +00:00
parent c29f829c31
commit 5de59a26aa
4 changed files with 104 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ void plugin_handler(int event_id, int intval, void *vp, int len) {
pmsg = (PLUGIN_MSG*)malloc(total_len);
if(!pmsg) {
infn->log(E_LOG,"Malloc error in w32-event.c/plugin_handler\n");
// infn->log(E_LOG,"Malloc error in w32-event.c/plugin_handler\n");
return;
}