看板 DFBSD_commit 關於我們 聯絡資訊
commit 55bf8f02a961edc351b9b09b775735f298924537 Author: Matthew Dillon <dillon@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