Pārlūkot izejas kodu

Use the piece destructor.

master
Richard Nyberg pirms 19 gadiem
vecāks
revīzija
d8720e889c
1 mainītis faili ar 2 papildinājumiem un 6 dzēšanām
  1. +2
    -6
      btpd/torrent.c

+ 2
- 6
btpd/torrent.c Parādīt failu

@@ -171,12 +171,8 @@ torrent_unload(struct torrent *tp)
peer = next;
}

piece = BTPDQ_FIRST(&tp->getlst);
while (piece != NULL) {
struct piece *next = BTPDQ_NEXT(piece, entry);
free(piece);
piece = next;
}
while ((piece = BTPDQ_FIRST(&tp->getlst)) != NULL)
piece_free(piece);

free(tp->piece_count);
free(tp->busy_field);


Notiek ielāde…
Atcelt
Saglabāt