RE: PlaylistManager crashes -- stale items in playlist -- fixed!

2001-01-15 Thread Slater, Jason
looked at the leaks both ways, didn't see much of a difference. I'll give it about 20 songs to cycle through and see how many it leaks. Doesn't the thread callback do a little garbage collection on the playlists that have been tagged for deletion? -Jason -Original Message- From: Isaac

Re: PlaylistManager crashes -- stale items in playlist -- fixed!

2001-01-15 Thread Mark B. Elrod
i believe it will delete marked items. elrod "Slater, Jason" wrote: > looked at the leaks both ways, didn't see much of a difference. > I'll give it about 20 songs to cycle through and see how many > it leaks. Doesn't the thread callback do a little garbage collection > on the playlists that h

Re: PlaylistManager crashes -- stale items in playlist -- fixed!

2001-01-15 Thread Isaac Richards
Yea -- stuff like, create a playlist, and then clear it will leak all the playlist items that were supposed to be deleted with the patch as below... That's my main reason for not committing it =) Isaac On 15-Jan-2001 Mark B. Elrod wrote: > i believe it will delete marked items. > > elrod > >

RE: PlaylistManager crashes -- stale items in playlist -- fixed!

2001-01-15 Thread Slater, Jason
i will try it later on, gotta meet with customers today :-( so no coding and testing for a little. i put a simple little hack into my home version that opens up a .txt file with the same name (sans '.mp3') as the stream savefile, and it logs time + stream title -- sorta an index to your saved str