K 10 svn:author V 5 peter K 8 svn:date V 27 2005-06-24T00:50:12.000000Z K 7 svn:log V 317 kvm_openfiles() uses the supplied buffer for storing error messages in future calls, so we can't free it here. The right place to free the buffer would be to be after kvm_close(), but we don't do that yet. A static buffer would work too. Reviewed by: marcel (who has other plans for this anyway) Approved by: re END