summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/app_queue.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 5e7e34dee..dad3ac33b 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -551,7 +551,6 @@ static void *handle_statechange(struct statechange *sc)
if (loc) {
*loc++ = '\0';
} else {
- free(sc);
return NULL;
}
@@ -572,7 +571,6 @@ static void *handle_statechange(struct statechange *sc)
if (!curint) {
if (option_debug > 2)
ast_log(LOG_DEBUG, "Device '%s/%s' changed to state '%d' (%s) but we don't care because they're not a member of any queue.\n", technology, loc, sc->state, devstate2str(sc->state));
- free(sc);
return NULL;
}