K 10 svn:author V 3 kib K 8 svn:date V 27 2013-08-10T20:54:15.173156Z K 7 svn:log V 273 Match malloc(9) calls with free(9), not contigfree(9). Also remove unneeded checks for NULL, free(9) can handle NULL pointers on its own, and the regions were allocated with M_WAITOK flag as well. Reported and tested by: Larry Rosenman MFC after: 1 week END