fix crash

This commit is contained in:
2025-12-22 19:24:46 +01:00
parent 40a184301b
commit 5d4c02bbe0
4 changed files with 10 additions and 3 deletions
-1
View File
@@ -31,7 +31,6 @@ int open_udp_server(int port, RDSModulator* rds_mod) {
poller.events = POLLIN;
mod = rds_mod;
init_lua(rds_mod);
return 0;
}