X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fcygwin%2Fdevice.c;h=c6e6f35392a4f0e76704f75d1991255bafe20977;hb=633c0cf1b067d118d5453bc8522fab65ffc82d2c;hp=acb0cfaeb5d4c9199be430d48dc372642e5a33bd;hpb=b069da90d67b49dce041f513a3855b8da3d82f80;p=tinc diff --git a/src/cygwin/device.c b/src/cygwin/device.c index acb0cfae..c6e6f353 100644 --- a/src/cygwin/device.c +++ b/src/cygwin/device.c @@ -1,7 +1,7 @@ /* device.c -- Interaction with Windows tap driver in a Cygwin environment Copyright (C) 2002-2005 Ivo Timmermans, - 2002-2006 Guus Sliepen + 2002-2009 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -227,6 +227,9 @@ void close_device(void) CloseHandle(device_handle); kill(reader_pid, SIGKILL); + + free(device); + free(iface); } bool read_packet(vpn_packet_t *packet)