mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-25 04:11:38 +00:00
Update networking.c
This commit is contained in:
parent
3be78775ca
commit
3e37250d44
@ -291,7 +291,7 @@ void net_send_epg(
|
||||
if (write_block(srv_sd, EPG_DATA, epg, len) <= 0)
|
||||
fprintf(stderr, "Can't send EPG data\n");
|
||||
|
||||
free(epg);
|
||||
free(epg);
|
||||
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user