| 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 |
| r253716 | r253717 | |
|---|---|---|
| 314 | 314 | void pcap_module::exit() |
| 315 | 315 | { |
| 316 | 316 | clear_netdev(); |
| 317 | FreeLibrary(handle); | |
| 318 | handle = NULL; | |
| 317 | //FreeLibrary(handle); | |
| 318 | //handle = NULL; | |
| 319 | 319 | } |
| 320 | 320 | #else |
| 321 | 321 | #include "modules/osdmodule.h" |
| https://github.com/mamedev/mame/commit/8c3429cf19b8d388c5ad19214262d243039298ed |
| Previous | 199869 Revisions | Next |