Skip to content
Snippets Groups Projects
Commit f0662e51 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Potential use after free

parent d101f0a7
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@
#include "llframetimer.h"
#include "llstring.h"
#include "absl/container/node_hash_map.h"
#include "absl/container/flat_hash_map.h"
#include "absl/container/flat_hash_set.h"
......@@ -72,7 +73,7 @@ public:
protected:
typedef absl::flat_hash_map<LLUUID, LLMotionConstructor> motion_map_t;
typedef absl::node_hash_map<LLUUID, LLMotionConstructor> motion_map_t;
motion_map_t mMotionTable;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment