K 10 svn:author V 7 glebius K 8 svn:date V 27 2016-03-02T02:12:01.521576Z K 7 svn:log V 256 Fix regression in r296242 affecting several drivers. For EXT_NET_DRV, EXT_MOD_TYPE, EXT_DISPOSABLE types we should first execute the free callback, then free the mbuf, otherwise we will derefernce memory that was just freed. Reported and tested: jhibbits END