diff --git a/[refs] b/[refs] index eebf9f163b34..afeef7d26a04 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 52bda2b5bab87c388848bbc0f4d28d04858d5a7d +refs/heads/master: 39bd4177ddbeb4c86e854d3d5c4a6a26088e601e diff --git a/trunk/fs/dlm/lowcomms.c b/trunk/fs/dlm/lowcomms.c index 57728448f1b9..7c1e5e5cccd8 100644 --- a/trunk/fs/dlm/lowcomms.c +++ b/trunk/fs/dlm/lowcomms.c @@ -1437,6 +1437,8 @@ void dlm_lowcomms_stop(void) con = __nodeid2con(i, 0); if (con) { close_connection(con, true); + if (con->othercon) + kmem_cache_free(con_cache, con->othercon); kmem_cache_free(con_cache, con); } }