I have looked at a few source files for your current software. I have noticed that some checks for return codes are missing. Would you like to add more error handling for return values from functions like the following? - [open](http://pubs.opengroup.org/onlinepubs/9699919799/functions/open.html) ⇒ [MultiPathFile::addPath](https://github.com/osmwp/MeMoPlayer/blob/f911a7a760d7d0af0e3b11cd6943effb3646a21b/compiler/src/Utils.cpp#L60) - [strdup](http://pubs.opengroup.org/onlinepubs/9699919799/functions/strdup.html) ⇒ [compile](https://github.com/osmwp/MeMoPlayer/blob/fcd42411b71bb88f824885d8fbb86c0008f810c2/compiler/src/Compiler.cpp#L67)
I have looked at a few source files for your current software. I have noticed that some checks for return codes are missing.
Would you like to add more error handling for return values from functions like the following?