forgot a free() on bsd

This commit is contained in:
Adrien Schildknecht 2013-07-02 02:58:48 +02:00
parent 652117ebfe
commit 535c64ad55

1
xcwd.c
View File

@ -215,6 +215,7 @@ static processes_t getProcesses(void)
}
}
free(kp);
#endif
return p;
}