Changes between Initial Version and Version 1 of Ticket #7736, comment 9


Ignore:
Timestamp:
Dec 17, 2012, 6:48:28 AM (11 years ago)
Author:
Janus

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7736, comment 9

    initial v1  
    2727
    2828
     29{{{
     30void
     31ShowImageView::_DoImageOperation(ImageProcessor::operation op, bool quiet)
     32{
     33        [...]
     34
     35        _DeleteBitmap();
     36       
     37        fBitmap = bm;
     38
     39       [...]   
     40}
     41
     42}}}
    2943
    3044After that you have an invalid pointer stored in ImageCache.
     45
     46P.S. Same problem if attribute "ShowImage:orientation" is present.