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);
|
_aligned_free(bitsliced_even_states[block_idx]-ROLLBACK_SIZE);
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
memfree(bitsliced_even_states[block_idx]-ROLLBACK_SIZE);
|
free(bitsliced_even_states[block_idx]-ROLLBACK_SIZE);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user