The following commit has been merged in the master branch:
commit 3c9e99bee2a5acf7060175ae8f424edc69d36f7d
Author: Raphael Geissert <[email protected]>
Date: Tue Nov 3 16:37:54 2009 -0600
dpkg-split: Fix a directory stream leak
diff --git a/dpkg-split/queue.c b/dpkg-split/queue.c
index f7c51f4..ed114e6 100644
--- a/dpkg-split/queue.c
+++ b/dpkg-split/queue.c
@@ -92,6 +92,7 @@ void scandepot(void) {
pq->nextinqueue= queue;
queue= pq;
}
+ closedir(depot);
}
static int partmatches(struct partinfo *pi, struct partinfo *refi) {
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]