De-Initializing NvSciEventService Library

The application must call EventService.Delete() after de-initializing the NvSciIpc library.

De-initialize NvSciEventService library

NvSciIpcEndpoint ipcEndpoint;
NvSciEventLoopService *eventLoopService;

NvSciIpcCloseEndpoint(ipcEndpoint);
NvSciIpcDeinit();

eventLoopService->EventService.Delete
(&eventLoopService->EventService);