Skip to content
Snippets Groups Projects
Commit 96fb2cc3 authored by Mark Spencer's avatar Mark Spencer
Browse files

Version 0.2.0 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@518 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent d4a901a5
Branches
Tags
No related merge requests found
...@@ -238,6 +238,7 @@ int ast_sched_del(struct sched_context *con, int id) ...@@ -238,6 +238,7 @@ int ast_sched_del(struct sched_context *con, int id)
else else
con->schedq = s->next; con->schedq = s->next;
con->schedcnt--; con->schedcnt--;
sched_release(con, s);
return 0; return 0;
} }
last = s; last = s;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment