mmitch / gbsplay

gameboy sound player
https://mmitch.github.io/gbsplay/
Other
98 stars 20 forks source link

fix valgrind call and uninitialized values #53

Closed mmitch closed 3 years ago

mmitch commented 3 years ago

Remaining valgrind warnings:

==8848== Warning: ignored attempt to set SIGSTOP handler in sigaction();
==8848==          the SIGSTOP signal is uncatchable
==8848== 
==8848== HEAP SUMMARY:
==8848==     in use at exit: 8,400 bytes in 2 blocks
==8848==   total heap usage: 282 allocs, 280 frees, 123,965 bytes allocated
codecov[bot] commented 3 years ago

Codecov Report

Merging #53 (d566b4e) into master (18f2201) will decrease coverage by 0.18%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
- Coverage   45.31%   45.12%   -0.19%     
==========================================
  Files          19       19              
  Lines        2827     2830       +3     
==========================================
- Hits         1281     1277       -4     
- Misses       1546     1553       +7     
Impacted Files Coverage Δ
terminal_posix.c 54.54% <66.66%> (-15.46%) :arrow_down:
gbsplay.c 39.62% <0.00%> (-0.95%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 18f2201...d566b4e. Read the comment docs.