commit | f965db5fc1799c2ae6adfe92896eb315a0c3447c | [log] [tgz] |
---|---|---|
author | Dawid Gajownik <gajownik@gmail.com> | Sat Aug 01 11:02:54 2015 -0300 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Sun Aug 02 03:08:45 2015 -0700 |
tree | 363f695da952e1899c4e9a8284f1db81876e7eec | |
parent | 71f5704879a5daa77fbc83243c8ea5882fd2ab62 [diff] |
compositor-rdp: free() can handle NULL pointers There's no need to check if a pointer exists before passing it to free(). free() can handle NULL pointers. Signed-off-by: Dawid Gajownik <gajownik@gmail.com> Reviewed-By: David FORT <contact@hardening-consulting.com>