[PATCH] Fixed some Crashes, a memory leak and some minor issues



Hi All.

Finally I got my segmentation faults fixed ;-)

The cause were the interaction between the Lists for the Albums and Artists and the Pointers to them stored in the List Stores. Actually these lists get freed but not removed from the List Stores. So there were some dangling pointers around. Which were accessed with some gtk row-changed signals.

While digging in these places to find the reason for my crashes I found a memory leak. The Lists added to the "<All Albums>" Rows were not free()'d. Also fixed with the attached patch.

Furthermore some minor issues.

--
Andreas

Attachment: 0001-Several-fixes-and-improvements-regarding-Album-Artis.patch
Description: Text Data



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]