After the library initialization routine was called, you need to cleanup after it when your application finishes (you don't need to cleanup if the initialization failed)
To do this you call the method ShutdownSockets in class CSpoofBase.
It's important to understand that the library deletes all the open sockets (asynchronious sockets only), so it's imperative that all sockets are deleted prior the cleanup.