Update networking.c

This commit is contained in:
Siddhartha Gairola 2017-02-12 15:29:48 +05:30 committed by GitHub
parent 3be78775ca
commit 3e37250d44

View File

@ -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;
}