memanalyze.pl: remove strict+warnings

These introduced *hundreds* of lines of output in a single test run.

I think this also shows strict+warnigns in perl in their most annoying
way.

Follow-up to 2ec54556d4

Closes #18048
This commit is contained in:
Daniel Stenberg 2025-07-28 08:59:26 +02:00
parent 513b664980
commit fc98a630cf
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -29,9 +29,6 @@
# MEM mprintf.c:1103 realloc(e5718, 64) = e6118
# MEM sendf.c:232 free(f6520)
use strict;
use warnings;
my $mallocs=0;
my $callocs=0;
my $reallocs=0;