1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-11-02 09:56:38 +00:00
openmw/apps
elsid a710cf6d10
Remove Environment cleanup
Some managers may use the environment in the destructors. Setting them to
nullptr may lead to nullptr dereference when the object is still alive and can
be accessible. But after object is destructed it's UB anyway to dereference
nullptr or a dangling pointer.
2022-05-11 23:26:39 +02:00
..
benchmarks Move FetchContent for benchmark to extern 2022-01-30 00:44:22 +01:00
bsatool Avoid missusing of CompressedBSAFile with private inheritance 2022-02-27 20:40:35 +01:00
bulletobjecttool Allow relative paths in openmw.cfg; support --replace=config. 2022-04-28 00:39:41 +02:00
esmtool Fix uninitialized coverity warnings 2022-05-01 18:36:16 +02:00
essimporter Remove redundant include from esm3/esmreader.hpp 2022-04-10 22:16:32 +02:00
launcher rename to windowed fullscreen 2022-05-08 22:56:39 -07:00
mwiniimporter Avoid extra copy for Utf8Encoder::getUtf8 result 2022-02-14 23:01:32 +01:00
navmeshtool Allow relative paths in openmw.cfg; support --replace=config. 2022-04-28 00:39:41 +02:00
niftest Avoid redundant conversion to const char* and use make_shared 2022-04-10 22:33:08 +02:00
opencs Replace empty std::string assignments 2022-05-04 22:33:39 +02:00
openmw Remove Environment cleanup 2022-05-11 23:26:39 +02:00
openmw_test_suite Allow relative paths in openmw.cfg; support --replace=config. 2022-04-28 00:39:41 +02:00
wizard Merge branch 'fix_6627' into 'master' 2022-04-17 17:13:13 +00:00
doc.hpp