mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Bug 1664149: Hold a self reference in nsDataObj. r=smaug, a=RyanVM
This commit is contained in:
parent
7d96ee2fe6
commit
afc2f71d70
2 changed files with 21 additions and 0 deletions
|
|
@ -228,6 +228,7 @@ protected:
|
|||
// nsDataObj owns and ref counts CEnumFormatEtc,
|
||||
|
||||
nsCOMPtr<nsIFile> mCachedTempFile;
|
||||
RefPtr<nsDataObj> mKeepAlive;
|
||||
|
||||
BOOL mIsAsyncMode;
|
||||
BOOL mIsInOperation;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue