diff --git a/channel.c b/channel.c index aba97cf7fd..c38b375474 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; }