void saIpcFree ( PTR_T ipchandle /* pointer to IPC handle */ )
Call this routine to free the IPC mechanism specified by ipchandle. You created this IPC mechanism with a call to snmpSaInit( ). If you rewrote snmpSaInit( ) to use an IPC mechanism other than message queues, you must rewrite saIpcFree( ) to match.
N/A
saIoLib