libarchive

BlitzMax Forums/Brucey's Modules/libarchive

Sub_Zero(Posted 2014) [#1]
Hi

I found a bug in libarchive.mod (latest version using svn):

        Method Free() Abstract
	
	Method Delete()
		Free()
	End Method


In the TArchive type...

the abstract Free() method triggers a TNullMethodException and a "Attempt to call abstract method" error when trying to extract archives subsequently (ie. when using the type more than once) ...