[esan] Fix uninitialized warning from interception context
The interception context is not used by esan, but the compiler complains about it being uninitialized all the same. We set it to null to avoid the warning. llvm-svn: 267376
Loading
Please sign in to comment