Commit Graph

4 Commits

Author SHA1 Message Date
Olaf Rempel f8b9b57028 fix segfault
running list_del() twice will result in SEGFAULT
- first from connection.c:free_client() -> destroy_torrent()
- second from child_exit() -> destroy_torrent()

move list_del() to real cleanup after child was killed
2009-10-21 14:49:20 +02:00
Olaf Rempel be762c9abd fix logging 2009-10-21 14:46:11 +02:00
Olaf Rempel d5578f6073 fix searchpath handling 2009-05-04 14:42:29 +02:00
Olaf Rempel 91a2f9a8ce refactoring 2009-05-03 14:23:21 +02:00