diff --git a/src/microsoft/compiler/dxil_module.c b/src/microsoft/compiler/dxil_module.c index 176d570bc85..7be3cdf3918 100644 --- a/src/microsoft/compiler/dxil_module.c +++ b/src/microsoft/compiler/dxil_module.c @@ -60,6 +60,7 @@ void dxil_module_release(struct dxil_module *m) { dxil_buffer_finish(&m->buf); + free(m->serialized_dependency_table); } static bool