Paul Martin
2016-04-16 eecaad8b8e2c447429c31a01d49260ddd6b4ee03
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;
   }