mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
pcap: fix error and crash (nw)
This commit is contained in:
parent
9cf6af9ad9
commit
8c3429cf19
@ -314,8 +314,8 @@ int pcap_module::init(const osd_options &options)
|
|||||||
void pcap_module::exit()
|
void pcap_module::exit()
|
||||||
{
|
{
|
||||||
clear_netdev();
|
clear_netdev();
|
||||||
FreeLibrary(handle);
|
//FreeLibrary(handle);
|
||||||
handle = NULL;
|
//handle = NULL;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
#include "modules/osdmodule.h"
|
#include "modules/osdmodule.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user