aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--channel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index aba97cf7f..c38b37547 100644
--- a/channel.c
+++ b/channel.c
@@ -1033,7 +1033,6 @@ int ast_channel_datastore_free(struct ast_datastore *datastore)
/* Finally free memory used by ourselves */
free(datastore);
- datastore = NULL;
return res;
}