K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-01-13T23:24:09.000000Z K 7 svn:log V 313 Check the right ifnet pointer to see if if_alloc() failed or not in ef_clone(); we were testing the original ifnet, not the one allocated. When aborting ef_clone() due to if_alloc() failing, free the allocated efnet structure rather than leaking it. Noticed by: Coverity Prevent analysis tool MFC after: 3 days END