WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
79466
[WK2] [GTK] Destructor not invoked in EditorClientFrameDestructionObserver
https://bugs.webkit.org/show_bug.cgi?id=79466
Summary
[WK2] [GTK] Destructor not invoked in EditorClientFrameDestructionObserver
Sergio Villar Senin
Reported
2012-02-24 01:54:33 PST
One of the changes suggested to my patch in
https://bugs.webkit.org/show_bug.cgi?id=79252
was to replace an explicit cast plus a delete by a plain delete that takes a void* as argument. The problem of that approach is that the delete frees the object's memory but does not invoke the destructor, something that is a must for us.
Attachments
Patch
(1.95 KB, patch)
2012-02-24 01:58 PST
,
Sergio Villar Senin
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sergio Villar Senin
Comment 1
2012-02-24 01:58:21 PST
Created
attachment 128690
[details]
Patch
Sergio Villar Senin
Comment 2
2012-02-24 02:19:19 PST
Comment on
attachment 128690
[details]
Patch Clearing flags on attachment: 128690 Committed
r108760
: <
http://trac.webkit.org/changeset/108760
>
Sergio Villar Senin
Comment 3
2012-02-24 02:19:26 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug