Skip to content

Fix invalid memory access in datamanager_cleanup()

Reinhard Resch requested to merge fix-datamanager-cleanup into develop

This branch fixes an invalid memory access if an exception is thrown inside the constructor body of DataManager.

Merge request reports