Changes between Initial Version and Version 1 of Ticket #12699, comment 2


Ignore:
Timestamp:
Mar 26, 2016, 6:00:17 PM (8 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12699, comment 2

    initial v1  
    55
    66- I'll take your advice and review my code for usage of Stop() in BUrlRequest/BHttpRequest, I didn't know it was necessary to call it before delete'ing, gotta fix that
    7 - I'll check out the source for the B* classes (especially BUrlContext) for ownership transfer and the like. Currently I assume I remain owner for all objects and delete them all myself in TtsUpdaterWin
     7- I'll check out the sources for the [http://cgit.haiku-os.org/haiku/tree/src/kits/network/libnetapi B* classes] (especially BUrlContext) for ownership transfer and the like. Currently I assume I remain owner for all objects and delete them all myself in TtsUpdaterWin
    88- I might also use leak_checker.sh/malloc-debug, IIRC it also reports double-delete cases and lots more