Initialize the Evas_Native_Surface to 0 for dmabuf tests

ref e6f17dee5d

Should probably clear this one too, though the recent native surface api
changes won't cause any breakage here, future ones might.
This commit is contained in:
Derek Foreman 2017-06-23 10:44:09 -05:00
parent 5de9f0f8a3
commit 4879b340a2
1 changed files with 2 additions and 0 deletions

View File

@ -1110,6 +1110,8 @@ e_pixmap_dmabuf_test(struct linux_dmabuf_buffer *dmabuf)
int size;
void *data;
memset(&ns, 0, sizeof(ns));
if (e_comp->gl)
{
Eina_Bool ret;