Skip to content
Snippets Groups Projects
Commit e8700cbd authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

messages: remove bogus assignment

parent e2649592
No related branches found
No related tags found
3 merge requests!46ci: generate a contrib package if Windows prebuilt were used but failed,!45WIP emcmake,!44WIP flac 14.0
......@@ -329,9 +329,7 @@ static void vlc_LogSwitchClose(void *d)
container_of(logger, struct vlc_logger_switch, frontend);
struct vlc_logger *backend = logswitch->backend;
logswitch->backend = &discard_log;
backend->ops->destroy(backend);
free(logswitch);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment