• Caolán McNamara's avatar
    Resolves: fdo#55974 segfault while closing an Impress file · a0d852b2
    Caolán McNamara yazdı
    regression since aa1927dc
    
     mpViewShell(pViewShell),
    +mpSlideSorterViewShell(
              ::boost::dynamic_pointer_cast< ::sd::slidesorter::SlideSorterViewShell >( pViewShell )),
    
    both are boost::shared_ptr potentially to the same thing then, given that we
    reset mpViewShell in ::disposing we presumably have to do the same thing to
    mpSlideSorterViewShell.
    
    add unset check on mpSlideSorterViewShell usages while I'm at it
    
    Change-Id: I35f51977c40f946a49789abd9405a4ef84aea0e8
    a0d852b2
Adı
Son kayıt (commit)
Son güncelleme
..
BasicPaneFactory.cxx Loading commit data...
BasicPaneFactory.hxx Loading commit data...
BasicToolBarFactory.cxx Loading commit data...
BasicToolBarFactory.hxx Loading commit data...
BasicViewFactory.cxx Loading commit data...
BasicViewFactory.hxx Loading commit data...
ChildWindowPane.cxx Loading commit data...
ChildWindowPane.hxx Loading commit data...
FrameWindowPane.cxx Loading commit data...
FrameWindowPane.hxx Loading commit data...
FullScreenPane.cxx Loading commit data...
FullScreenPane.hxx Loading commit data...
Pane.cxx Loading commit data...
PresentationFactory.cxx Loading commit data...
TaskPanelFactory.cxx Loading commit data...
TaskPanelFactory.hxx Loading commit data...
ViewShellWrapper.cxx Loading commit data...