Changes between Initial Version and Version 1 of Ticket #3241, comment 7
- Timestamp:
- Jul 18, 2011, 8:36:50 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3241, comment 7
initial v1 1 1 GridView does no error checking for BEntry and BFileGameSound it creates, and calls Preload() on them. 2 2 3 Preload() alls Load()3 Preload() calls Load() 4 4 5 5 BFileGameSound::Load() calls BMediaTrack::ReadFrames() with fAudioStream->stream invalid pointer.