From 76f90bb1c1b2c29c0f8706d323f765f867a4a5db Mon Sep 17 00:00:00 2001 From: pstyczyn Date: Sat, 12 Jul 2025 20:04:32 +0200 Subject: [PATCH] Update valgrind-output.txt --- homework/resourceD/valgrind-output.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/homework/resourceD/valgrind-output.txt b/homework/resourceD/valgrind-output.txt index e69de29b..cedc88c5 100644 --- a/homework/resourceD/valgrind-output.txt +++ b/homework/resourceD/valgrind-output.txt @@ -0,0 +1,17 @@ +==45963== Memcheck, a memory error detector +==45963== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. +==45963== Using Valgrind-3.15.0 and LibVEX; rerun with -h for copyright info +==45963== Command: ./ResourceD +==45963== +You need to pass 1 argument +==45963== +==45963== HEAP SUMMARY: +==45963== in use at exit: 0 bytes in 0 blocks +==45963== total heap usage: 1 allocs, 1 frees, 72,704 bytes allocated +==45963== +==45963== All heap blocks were freed -- no leaks are possible +==45963== +==45963== For lists of detected and suppressed errors, rerun with: -s +==45963== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) + +valgrind ./ResourceD