RESOLVED FIXED 155510
Silence leaks in ParkingLot
https://bugs.webkit.org/show_bug.cgi?id=155510
Summary Silence leaks in ParkingLot
Filip Pizlo
Reported 2016-03-15 14:02:12 PDT
Patch forthcoming.
Attachments
the patch (6.85 KB, patch)
2016-03-15 14:07 PDT, Filip Pizlo
ap: review+
Filip Pizlo
Comment 1 2016-03-15 14:07:49 PDT
Created attachment 274125 [details] the patch
Alexey Proskuryakov
Comment 2 2016-03-15 14:13:06 PDT
Comment on attachment 274125 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=274125&action=review > Source/WTF/wtf/ParkingLot.cpp:183 > +Vector<Hashtable*>* hashtables; Should this be static?
Filip Pizlo
Comment 3 2016-03-15 14:13:44 PDT
(In reply to comment #2) > Comment on attachment 274125 [details] > the patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=274125&action=review > > > Source/WTF/wtf/ParkingLot.cpp:183 > > +Vector<Hashtable*>* hashtables; > > Should this be static? The whole thing is in an anonymous namespace, so it doesn't have to be.
Alexey Proskuryakov
Comment 4 2016-03-15 14:31:36 PDT
Filip Pizlo
Comment 5 2016-03-17 11:54:46 PDT
Note You need to log in before you can comment on or make changes to this bug.