Changeset 19182 in webkit
- Timestamp:
- Jan 26, 2007, 8:28:18 PM (18 years ago)
- Location:
- trunk/WebKit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebKit/ChangeLog
r19175 r19182 1 2007-01-26 Darin Adler <darin@apple.com> 2 3 Reviewed by Timothy. 4 5 Fixes crash drawing avatar on mail.yahoo.com. 6 7 * Plugins/WebBaseNetscapePluginStream.m: Retain the object since destroyStreamWithError: might 8 release the last reference to it. 9 1 10 2007-01-26 Darin Adler <darin@apple.com> 2 11 -
trunk/WebKit/Plugins/WebBaseNetscapePluginStream.m
r19167 r19182 338 338 - (void)cancelLoadAndDestroyStreamWithError:(NSError *)error 339 339 { 340 [self retain]; 340 341 [self cancelLoadWithError:error]; 341 342 [self destroyStreamWithError:error]; 342 343 [self setPlugin:NULL]; 344 [self release]; 343 345 } 344 346
Note:
See TracChangeset
for help on using the changeset viewer.