Kouhei Sutou
null+****@clear*****
Thu Apr 5 10:46:12 JST 2018
Kouhei Sutou 2018-04-05 10:46:12 +0900 (Thu, 05 Apr 2018) New Revision: 770d34cc0a582a681bc178af8fc07bc1002de34b https://github.com/groonga/groonga-query-log/commit/770d34cc0a582a681bc178af8fc07bc1002de34b Message: check-crash: fix wrong leak report Modified files: lib/groonga-query-log/command/check-crash.rb Modified: lib/groonga-query-log/command/check-crash.rb (+1 -1) =================================================================== --- lib/groonga-query-log/command/check-crash.rb 2018-04-05 10:45:17 +0900 (800fbce) +++ lib/groonga-query-log/command/check-crash.rb 2018-04-05 10:46:12 +0900 (de29071) @@ -118,7 +118,7 @@ module GroongaQueryLog end end - if process.n_leaks.zero? + unless process.n_leaks.zero? p [:leak, process.n_leaks, process.last_time.iso8601, -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180405/1b97ddfe/attachment.htm