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) ⇒ [list_windows](https://github.com/sdhand/x11fs/blob/f29cfe7ff5fe8283caa452bee2653b0c7f093802/src/win_xcb.c#L51) - [strdup](http://pubs.opengroup.org/onlinepubs/9699919799/functions/strdup.html) ⇒ [x11fs_readdir](https://github.com/sdhand/x11fs/blob/8e0c1a28d7d9a68bf8f54a9059c36d13ca541d56/src/x11fs.c#L122)
Would you like to add more error handling for return values from functions like the following?