Skip to content

Commit

Permalink
Merge pull request #6309 from victor-homyakov/patch-1
Browse files Browse the repository at this point in the history
Free memory allocated by testElement after usage
  • Loading branch information
zpao committed Mar 21, 2016
2 parents 441d9b6 + 0393488 commit 75e4ef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderers/dom/client/utils/setInnerHTML.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ if (ExecutionEnvironment.canUseDOM) {
}
};
}
testElement = null;
}

module.exports = setInnerHTML;

0 comments on commit 75e4ef1

Please sign in to comment.