Github user itsankoff commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-server/pull/120#discussion_r151119382
--- Diff: src/common/cursor.c ---
@@ -34,6 +34,14 @@
#include <stdlib.h>
#include <string.h>
+
+/**
+ * Allocates a cursor as well as an image buffer where the cursor is
rendered.
+ * If the allocation fails then the function returns NULL.
--- End diff --
:+1: Done---
