CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2009/07/28 14:54:57
Modified files: sys/net : route.c Log message: Plug a memory leak when calling rtable_add(0) multiple times. Fixing this even though adding an already existing routing table is not allowed. Leak found by blambert@, fix by myself. OK blambert@