r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
[ira/wip.git] / source3 / smbd / conn.c
index bf4db99ea659434fab42f34ea2309d8b07b45155..b41467f02c7514706903df5776b4ade436476550 100644 (file)
@@ -249,7 +249,7 @@ void conn_free_internal(connection_struct *conn)
        }
 
        if (conn->nt_user_token) {
-               talloc_free(conn->nt_user_token);
+               TALLOC_FREE(conn->nt_user_token);
        }
 
        free_namearray(conn->veto_list);