shithub: mp3dec

Download patch

ref: bd30e1069a2783b4e1c7a5538d5ff711d6eca715
parent: cd9b82d924e2924ef6f92fdb61552426489c4624
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Tue Apr 6 06:25:12 EDT 2021

waitpid()! >:(

--- a/mp3dec.c
+++ b/mp3dec.c
@@ -102,6 +102,7 @@
 	Bterm(&in);
 	close(out);
 	mp3dec_ex_close(&dec);
+	waitpid();
 
 	exits(nil);
 }