Do free the connection object.
[radsecproxy.git] / lib / conn.c
index 5382888..f737820 100644 (file)
@@ -132,6 +132,8 @@ rs_conn_destroy (struct rs_connection *conn)
   /* TODO: free tls_ctx  */
   /* TODO: free tls_ssl  */
 
+  rs_free (conn->ctx, conn);
+
   return err;
 }