Cleaning-up an NvSciIpc Endpoint
Once read/write is completed, you must free and clean the resources that were allocated by NvSciIpc endpoints.
Clean up the Endpoint
NvSciIpcEndpoint ipcEndpoint;
NvSciIpcCloseEndpoint(ipcEndpoint);
Once read/write is completed, you must free and clean the resources that were allocated by NvSciIpc endpoints.
Clean up the Endpoint
NvSciIpcEndpoint ipcEndpoint;
NvSciIpcCloseEndpoint(ipcEndpoint);