Closed
Bug 766349
Opened 12 years ago
Closed 12 years ago
ClearOnShutdown_Internal::ShutdownObserver needs a virtual destructor
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
Details
Attachments
(1 file)
606 bytes,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
ClearOnShutdown.cpp
In file included from /Users/ehsanakhgari/moz/mozilla-central/xpcom/base/ClearOnShutdown.cpp:8:
../../dist/include/mozilla/ClearOnShutdown.h:89:5: warning: delete called on 'mozilla::ClearOnShutdown_Internal::ShutdownObserver' that is abstract but has non-virtual destructor
[-Wdelete-non-virtual-dtor]
delete observer;
^
1 warning generated.
Assignee | ||
Comment 1•12 years ago
|
||
Updated•12 years ago
|
Attachment #634621 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Target Milestone: --- → mozilla16
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•