pcap: fix error and crash (nw)

This commit is contained in:
cracyc 2016-02-24 08:18:50 -06:00
parent 9cf6af9ad9
commit 8c3429cf19

View File

@ -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"