mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 14:30:20 -05:00
fix deadlock on event plugin
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user