FIX: there were no "memfree" call, there were only "free"
This commit is contained in:
@@ -1598,7 +1598,7 @@ out:
|
||||
_aligned_free(bitsliced_even_states[block_idx]-ROLLBACK_SIZE);
|
||||
#endif
|
||||
#else
|
||||
memfree(bitsliced_even_states[block_idx]-ROLLBACK_SIZE);
|
||||
free(bitsliced_even_states[block_idx]-ROLLBACK_SIZE);
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user