Would you like to add more error handling for return values from functions like the following? - [malloc](http://pubs.opengroup.org/onlinepubs/9699919799/functions/malloc.html) ⇒ [gdi_init](https://github.com/ctxis/RDP-Replay/blob/25e20be46d58fd079b4c5a1cdfef76d807304ce8/libfree_rdp/libfreerdp-gdi/gdi.c#L869) - [pthread_create](http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_create.html) ⇒ [main](https://github.com/ctxis/RDP-Replay/blob/25e20be46d58fd079b4c5a1cdfef76d807304ce8/replay/rdp_replay.C#L70)
Would you like to add more error handling for return values from functions like the following?