Changes between Initial Version and Version 1 of Ticket #7736, comment 9
- Timestamp:
- Dec 17, 2012, 6:48:28 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7736, comment 9
initial v1 27 27 28 28 29 {{{ 30 void 31 ShowImageView::_DoImageOperation(ImageProcessor::operation op, bool quiet) 32 { 33 [...] 34 35 _DeleteBitmap(); 36 37 fBitmap = bm; 38 39 [...] 40 } 41 42 }}} 29 43 30 44 After that you have an invalid pointer stored in ImageCache. 45 46 P.S. Same problem if attribute "ShowImage:orientation" is present.