mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
dce5c20139
sr=waterson r=valeski This fix removes the two instances of the unsafe practice of having static nsCOMPtr instances, either as static data members or or file static variables. This practice prevents the proper ref-counting of such instances, and leads to accessing the instances after their ref-count has gone to 0. The following files are in this fix: widget/timer/src/windows/nsTimer.cpp xpfe/components/bookmarks/src/nsBookmarksService.cpp xpfe/components/bookmarks/src/nsBookmarksService.h widget/timer/src/windows/nsWindowsTimer.h |
||
---|---|---|
.. | ||
AppCores | ||
appshell | ||
bootstrap | ||
browser | ||
communicator | ||
components | ||
global | ||
macbuild | ||
.cvsignore | ||
Makefile.in | ||
makefile.win |