mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +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()
|
||||
{
|
||||
clear_netdev();
|
||||
FreeLibrary(handle);
|
||||
handle = NULL;
|
||||
//FreeLibrary(handle);
|
||||
//handle = NULL;
|
||||
}
|
||||
#else
|
||||
#include "modules/osdmodule.h"
|
||||
|
Loading…
Reference in New Issue
Block a user