James Moger
2015-11-22 ed552ba47c02779c270ffd62841d6d1048dade70
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;
   }