Joel Johnson
2015-07-01 d3e20b1e4c76b5407fe5d72fa343da1c2a065e90
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;
   }