mirror of
https://github.com/amd/blis.git
synced 2026-05-11 09:39:59 +00:00
Refuse to free the packm thread info if it uses the single threaded version
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
void bli_packm_thrinfo_free( packm_thrinfo_t* thread )
|
||||
{
|
||||
if( thread != NULL )
|
||||
if( thread != NULL && thread != &BLIS_PACKM_SINGLE_THREADED)
|
||||
bli_free(thread);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user