Bugfix counting ntimes a descriptor is added

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3331 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1998-11-26 10:39:37 +00:00
parent c217f740ba
commit b8e8d08f4e

View file

@ -594,10 +594,8 @@ static int debug_run_loop = 0;
info = [[RunLoopWatcher alloc] initWithType: type
receiver: watcher
data: data];
/* Add the object to the array for the mode and keep count. */
/* Add the object to the array for the mode. */
[self _addWatcher:info forMode:mode];
info->count++;
[info release]; /* Now held in array. */
}
}