Skip to content

Commit

Permalink
Merge pull request EOSIO#1467 from EOSIO/remove_memset_on_heap_init
Browse files Browse the repository at this point in the history
Remove memset on malloc heap init
  • Loading branch information
b1bart authored Feb 26, 2018
2 parents 9a655f9 + 685130b commit af70f04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/eosiolib/eosiolib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ namespace eosio {
{
_heap_size = size;
_heap = mem_heap;
memset(_heap, 0, _heap_size);
}

uint32_t is_init() const
Expand Down

0 comments on commit af70f04

Please sign in to comment.