Skip to content

Fix memory leak with Field objects not being deleted.

Chris Cantwell requested to merge fix/memory_leak into master

This MR fixes a memory leak which was occurring due to the Field objects declared in the InitFields fixture not being deallocated.

Merge request reports