DragonFly-2.3.1.63.g55bf8 master sys/dev/virtual/net if_vke.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri May 15 13:52:25 PDT 2009
commit 55bf8f02a961edc351b9b09b775735f298924537
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri May 15 13:47:56 2009 -0700
Use the new cothread_delete() API in vke_stop().
Fix a memory and pthread leak, and a panic in VKE by using the new
cothread_delete() API to properly delete the thread and deregister the
interrupt.
Summary of changes:
sys/dev/virtual/net/if_vke.c | 12 ++++--------
1 files changed, 4 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/55bf8f02a961edc351b9b09b775735f298924537
--
DragonFly BSD source repository
More information about the Commits
mailing list