
libFree
Frees devP2P library resources.
Syntax
- C++
void libFree(void);
Remarks
libFree should be called after you have completed your work with devP2P. This function will release all internal structures. Make sure you have Destroyed all devP2P instances cleanly before freeing the library.Platforms
WindowsMac OSX
Linux
BSD