29 lines
905 B
Diff
29 lines
905 B
Diff
|
From a9e5c97001638eca5d5b4d88463edfb0e8b01cc0 Mon Sep 17 00:00:00 2001
|
||
|
From: Jakub Hrozek <jhrozek@redhat.com>
|
||
|
Date: Sun, 11 Oct 2015 18:08:46 +0200
|
||
|
Subject: [PATCH 100/103] FO: Don't free rc-allocated structure
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
|
||
|
---
|
||
|
src/providers/fail_over.c | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/src/providers/fail_over.c b/src/providers/fail_over.c
|
||
|
index b076687ac6e571f7e27402fd11ac60183ea46951..b309f1c68d0f4219d4b97eb0c01416e53ea856d0 100644
|
||
|
--- a/src/providers/fail_over.c
|
||
|
+++ b/src/providers/fail_over.c
|
||
|
@@ -507,7 +507,6 @@ create_server_common(TALLOC_CTX *mem_ctx, struct fo_ctx *ctx, const char *name)
|
||
|
|
||
|
common->name = talloc_strdup(common, name);
|
||
|
if (common->name == NULL) {
|
||
|
- talloc_free(common);
|
||
|
return NULL;
|
||
|
}
|
||
|
|
||
|
--
|
||
|
2.5.0
|
||
|
|