Menu

#12 miniserver.c

open
nobody
None
5
2003-11-25
2003-11-25
Anonymous
No

if( ( success = get_ssdp_sockets( miniSocket ) ) !=
UPNP_E_SUCCESS ) {
/*CANT FREE AT FIRST, IT SEEMS
WRONG*/
free( miniSocket );
shutdown( miniSocket->miniServerSock,
SD_BOTH );
UpnpCloseSocket( miniSocket->miniServerSock );
shutdown( miniSocket->miniServerStopSock,
SD_BOTH );
UpnpCloseSocket( miniSocket-
>miniServerStopSock );
return success;
}

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.