Joel Johnson
2015-06-22 9804b40af4257f1136660f8b9df1986a44b3a5c3
src/main/java/com/gitblit/git/PatchsetReceivePack.java
@@ -667,7 +667,7 @@
               // identified the missing object earlier before we got control.
               LOGGER.error("failed to get commit count", e);
            } finally {
               walk.release();
               walk.close();
            }
            sendError("");
@@ -1078,7 +1078,7 @@
         LOGGER.error("failed to get commit count", e);
         return 0;
      } finally {
         walk.release();
         walk.close();
      }
      return count;
   }