Repository: celix Updated Branches: refs/heads/develop f4482bce2 -> 6083327d5
Fixes an issue with double delete Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/6083327d Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/6083327d Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/6083327d Branch: refs/heads/develop Commit: 6083327d5f5f8a3b46a29ff7281742f9ca24ff37 Parents: f4482bc Author: Pepijn Noltes <[email protected]> Authored: Wed Mar 21 14:44:51 2018 +0100 Committer: Pepijn Noltes <[email protected]> Committed: Wed Mar 21 14:44:51 2018 +0100 ---------------------------------------------------------------------- pubsub/pubsub_spi/src/pubsub_utils.c | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/6083327d/pubsub/pubsub_spi/src/pubsub_utils.c ---------------------------------------------------------------------- diff --git a/pubsub/pubsub_spi/src/pubsub_utils.c b/pubsub/pubsub_spi/src/pubsub_utils.c index f60d677..d5909ed 100644 --- a/pubsub/pubsub_spi/src/pubsub_utils.c +++ b/pubsub/pubsub_spi/src/pubsub_utils.c @@ -68,7 +68,6 @@ celix_status_t pubsub_getPubSubInfoFromFilter(const char* filterstr, char **topi } } } - filter_destroy(filter); if (topic != NULL && objectClass != NULL && strncmp(objectClass, PUBSUB_PUBLISHER_SERVICE_NAME, 128) == 0) { *topicOut = strdup(topic);
