Sanitising debug-printf formats, mostly.

This commit is contained in:
Simon Brooke 2021-09-12 13:41:27 +01:00
parent be5cc4e528
commit 2c96e7c30d
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
9 changed files with 26 additions and 5 deletions

View file

@ -288,6 +288,7 @@ int main( int argc, char *argv[] ) {
dump_pages( file_to_url_file( stdout ) );
}
summarise_allocation();
curl_global_cleanup( );
return ( 0 );
}