 Chromium Code Reviews
 Chromium Code Reviews Issue 
            12298022:
    Don't store the DateTimePicker client in a scoped_ptr.  (Closed)
    
  
    Issue 
            12298022:
    Don't store the DateTimePicker client in a scoped_ptr.  (Closed) 
  | DescriptionReset the date/time picker client in the RenderViewImpl destructor.
Because the RenderDateTimePicker class is a RenderViewObserver, it'll
register itself on the RenderViewImpl class causing it to be destroyed
as the very last thing in ~RenderViewImpl() user code.  However, because
it's stored in a scoped_ptr<> we can end up deleting it twice.
BUG=176495
NOTRY=True
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=183482
   Patch Set 1 #
      Total comments: 1
      
     Patch Set 2 : #Messages
    Total messages: 10 (0 generated)
     |