From fa6801657f1f2c9e01699d16b3a6e6e64fb42a42 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Fri, 14 Aug 2015 12:51:47 -0600 Subject: 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. --- loader/loader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader/loader.h') 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; -- cgit v1.2.3