TDocManager::CreateDoc is not exception-safe
Borland's Object Windows Library for the modern age
Brought to you by:
jogybl,
sebas_ledesma
This issue is now fixed on the trunk [r3454], and the fix has been merged into Owlet [r3455].
The function now ensures that the document created is not left dangling, should an exception occur during initialization. A trace statement now logs initialization failure.
Related
Commit: [r3454]
Commit: [r3455]