Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initialize Jsonnet::vm_ field to nullptr
The Jsonnet class constructor doesn't set up the VM; this is deferred until the user calls init(). However it's important for the vm_ field to itself be initialised to a known value. The Jsonnet destructor will attempt to destroy the VM only if the vm_ field is not null.
- Loading branch information