Skip to content

Fixing zoom test

William Roper requested to merge zoom_test_fix into zoom_merge

The final change before zoom_init was merged broke the test. This final change implemented extraction of gravity properties if the engine wasn't NULL but the test never set s->e = NULL so this condition failed and the test segfaulted trying to access uninitialised memory.

This MR fixes that issue.

Merge request reports