loader: Fix alloc issue
authorMark Young <marky@lunarg.com>
Thu, 15 Jun 2017 14:36:58 +0000 (08:36 -0600)
committerMark Young <marky@lunarg.com>
Thu, 15 Jun 2017 14:36:58 +0000 (08:36 -0600)
commit7fb7b2917ef98618aef31a611b281b66d698543f
tree24efdbfade57be0f0ab59303b7f25abe4a023590
parent723159cb0eac837be4275d1a3e1fc0e0f5045b6f
loader: Fix alloc issue

We were allocating the wrong struct for the dispatch table object
when creating the instance.  This left us using invalid memory
when using the physical device extension trampolines.

Change-Id: I9939a8c9fe320b0d07592ab4beb5b6faaba40383
loader/trampoline.c