Files
wylab 33698e02a1 fix: invert Dispose() logic to only shutdown managers that were initialized
In autogen mode (DestinationFile set), Init() returns early before
_dbManager.Init() is called. But Dispose() was calling _dbManager.Shutdown()
specifically when DestinationFile was set, causing NullReferenceException.

Inverted the condition so shutdown only happens in normal mode when
managers were actually initialized.
2025-12-23 05:44:54 +01:00
..