Version 0.2.0 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@518 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2002-09-05 21:32:54 +00:00
parent d4a901a5bd
commit 96fb2cc31a

View File

@@ -238,6 +238,7 @@ int ast_sched_del(struct sched_context *con, int id)
else
con->schedq = s->next;
con->schedcnt--;
sched_release(con, s);
return 0;
}
last = s;