mirror of
https://github.com/amd/blis.git
synced 2026-03-18 00:07:22 +00:00
Details: - In exampls/tapi/00level1v.c, pointer 'z' was being freed twice and pointer 'a' was not being freed at all. This commit correctly frees each pointer exactly once.