Fix allocation of processes. Closes #166.

This commit is contained in:
Hisham Muhammad
2015-02-20 14:52:10 -02:00
parent f97d1bc54a
commit 6f868b00c0
9 changed files with 31 additions and 24 deletions

View File

@ -241,7 +241,6 @@ void ProcessList_expandTree(ProcessList* this) {
}
void ProcessList_rebuildPanel(ProcessList* this) {
int following = this->following;
const char* incFilter = this->incFilter;
int currPos = Panel_getSelectedIndex(this->panel);