mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 590790 follow-up to fix ASAN crashes - don't use nsAutoCString as a member of heap allocated class VectorImageDocInfo. CLOSED TREE
This commit is contained in:
parent
a59cb69d34
commit
5b0940d02d
@ -198,7 +198,7 @@ private:
|
||||
struct VectorImageDocInfo {
|
||||
size_t mSize;
|
||||
bool mUsed;
|
||||
nsAutoCString mURI;
|
||||
nsCString mURI;
|
||||
};
|
||||
|
||||
struct AllSizes {
|
||||
|
Loading…
Reference in New Issue
Block a user