summaryrefslogtreecommitdiffstats
path: root/ldap
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2007-10-16 23:24:18 +0000
committerNathan Kinder <nkinder@redhat.com>2007-10-16 23:24:18 +0000
commit5f8cc8fc690ccf7f5dff4c8c6517fb3cde6b12c5 (patch)
tree73178db23f2d0ea23a14cdb2ab55b89575f67887 /ldap
parent5cf62b66a4d958bb574b87d17352ef3e715afc84 (diff)
downloadds-5f8cc8fc690ccf7f5dff4c8c6517fb3cde6b12c5.tar.gz
ds-5f8cc8fc690ccf7f5dff4c8c6517fb3cde6b12c5.tar.xz
ds-5f8cc8fc690ccf7f5dff4c8c6517fb3cde6b12c5.zip
Resolves: 219587
Summary: Fixed small non-recurring memory leak at startup.
Diffstat (limited to 'ldap')
-rw-r--r--ldap/servers/slapd/start_tls_extop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldap/servers/slapd/start_tls_extop.c b/ldap/servers/slapd/start_tls_extop.c
index d5e2b98b..1cd59fd2 100644
--- a/ldap/servers/slapd/start_tls_extop.c
+++ b/ldap/servers/slapd/start_tls_extop.c
@@ -482,6 +482,7 @@ int start_tls_init( Slapi_PBlock *pb )
oid = slapi_ch_strdup( argv[0] );
slapi_log_error( SLAPI_LOG_PLUGIN, "start_tls_init",
"Registering plug-in for Start TLS extended op %s.\n", oid );
+ slapi_ch_free_string( &oid );
}
/* Register the plug-in function as an extended operation