aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.h
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-08-14 12:51:47 -0600
committerJon Ashburn <jon@lunarg.com>2015-08-24 09:17:44 -0600
commitfa6801657f1f2c9e01699d16b3a6e6e64fb42a42 (patch)
treefd912d2a5bca64a2512197999c350bf2295ac298 /loader/loader.h
parentfa494f6c296ae26c7abf40dfdb4be0e99503e354 (diff)
downloadusermoji-fa6801657f1f2c9e01699d16b3a6e6e64fb42a42.tar.xz
loader: Make the global/instance ext list once for each instance
Also fix some bugs in the heap_alloc/heap_free. Also fix some memory leaks.
Diffstat (limited to 'loader/loader.h')
-rw-r--r--loader/loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.h b/loader/loader.h
index 15b78f57..5b662666 100644
--- a/loader/loader.h
+++ b/loader/loader.h
@@ -161,7 +161,7 @@ struct loader_instance {
uint32_t total_icd_count;
struct loader_icd *icds;
struct loader_instance *next;
-
+ struct loader_extension_list ext_list;
/* TODO: Should keep track of application provided allocation functions */
struct loader_msg_callback_map_entry *icd_msg_callback_map;