GNOME Bugzilla – Bug 751821
amc: fix check whether we managed to acquire a buffer
Last modified: 2015-08-16 13:41:35 UTC
while getting buffer address from GetDirectBufferAddress it returns the address to *data, instead of checking if *data is present, the check is made for data, which is not correct.
Created attachment 306587 [details] [review] fix wrong check
Thanks, pushed: commit 96d691694a54b3829e1ffcac2b1a408bf051bd1b Author: Vineeth TM <vineeth.tm@samsung.com> Date: Thu Jul 2 16:27:06 2015 +0900 amc: fix check whether we managed to acquire a buffer https://bugzilla.gnome.org/show_bug.cgi?id=751821