You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/11/26 14:24:41 UTC

[GitHub] [couchdb] rnewson commented on a change in pull request #3851: fix memleak in couch_peruser, patch by @rnewson

rnewson commented on a change in pull request #3851:
URL: https://github.com/apache/couchdb/pull/3851#discussion_r757538149



##########
File path: src/couch_peruser/src/couch_peruser.erl
##########
@@ -445,7 +447,7 @@ cluster_stable(Server) ->
 -spec init(Options :: list()) -> {ok, #state{}}.
 init([]) ->
     ok = subscribe_for_changes(),
-    {ok, init_state()}.
+    {ok,  reset_state(#state{})}.

Review comment:
       whitespace issue




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org