Skip to content

Commit

Permalink
Fix spvc_c_smoke_test some more. (google#574)
Browse files Browse the repository at this point in the history
Free more memory we forgot to free.
  • Loading branch information
fjhenigman authored Mar 4, 2019
1 parent 712cebf commit cfb65d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libshaderc_spvc/src/spvc_c_smoke_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ int main() {
shaderc_result_release(res);
shaderc_spvc_compile_options_release(options);
shaderc_spvc_compiler_release(compiler);
shaderc_compiler_release(shaderc);

return ret_code;
}

0 comments on commit cfb65d4

Please sign in to comment.