Previous 199869 Revisions Next

r45205 Wednesday 24th February, 2016 at 14:18:50 UTC by Carl
pcap: fix error and crash (nw)
[src/osd/modules/netdev]pcap.cpp

trunk/src/osd/modules/netdev/pcap.cpp
r253716r253717
314314void pcap_module::exit()
315315{
316316   clear_netdev();
317   FreeLibrary(handle);
318   handle = NULL;
317   //FreeLibrary(handle);
318   //handle = NULL;
319319}
320320#else
321321   #include "modules/osdmodule.h"


Previous 199869 Revisions Next


© 1997-2024 The MAME Team