FIX: there were no "memfree" call, there were only "free"

This commit is contained in:
iceman1001 2016-04-21 12:15:36 +02:00
commit 2e350b19f7

View file

@ -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
}