--- Aspell.xs.orig 2006-07-03 14:46:24.000000000 -0400 +++ Aspell.xs 2006-07-03 14:46:29.000000000 -0400 @@ -54,7 +54,7 @@ new(CLASS) char *CLASS CODE: - RETVAL = (Aspell_object*)safemalloc( sizeof( Aspell_object ) ); + RETVAL = (Aspell_object*)malloc( sizeof( Aspell_object ) ); if( RETVAL == NULL ){ warn("unable to malloc Aspell_object"); XSRETURN_UNDEF; @@ -80,7 +80,7 @@ if ( self->speller ) delete_aspell_speller(self->speller); - safefree( (char*)self ); + free( (char*)self ); int