• 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
..
configuration Loading commit data...
factories Loading commit data...
module Loading commit data...
tools Loading commit data...