Skip to content

Fix pointer to temporary variable in LocalException::what

Christoph Pohl requested to merge fix/empty_exception_what into master

Due to the changes in 968059ed , a pointer to a temporary variable was returned in what.

Merge request reports