erri120 / rpgmpacker

Simple CLI program for packaging RPG Maker games to use in an automated build/deploy pipeline.
MIT License
28 stars 3 forks source link

Fix valgrind issues #18

Closed erri120 closed 3 years ago

erri120 commented 3 years ago

Resolves #12

==6825== Memcheck, a memory error detector
==6825== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==6825== Using Valgrind-3.15.0-608cb11914-20190413 and LibVEX; rerun with -h for copyright info
==6825== Command: ./RPGMPacker
==6825== Parent PID: 4618
==6825== 
--6825-- 
--6825-- Valgrind options:
--6825--    --leak-check=full
--6825--    --show-leak-kinds=all
--6825--    --track-origins=yes
--6825--    --verbose
--6825--    --log-file=valgrind-out.txt
...
==6825== HEAP SUMMARY:
==6825==     in use at exit: 0 bytes in 0 blocks
==6825==   total heap usage: 33,768 allocs, 33,768 frees, 16,544,521 bytes allocated
==6825== 
==6825== All heap blocks were freed -- no leaks are possible
==6825== 
==6825== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)