Closed boris-martin closed 2 years ago
When one interface doesn't write data, an unitialized pointer gets freed in the end. This PR initalizes it to NULL when necessary. Example to reproduce: https://github.com/precice/tutorials/pull/271.
When one interface doesn't write data, an unitialized pointer gets freed in the end. This PR initalizes it to NULL when necessary. Example to reproduce: https://github.com/precice/tutorials/pull/271.