Merge "Fix possible NPE in LsUserRefs"
This commit is contained in:
		@@ -109,7 +109,9 @@ public class LsUserRefs extends SshCommand {
 | 
			
		||||
      throw new UnloggedFailure("fatal: Error opening: '"
 | 
			
		||||
          + projectControl.getProject().getNameKey());
 | 
			
		||||
    } finally {
 | 
			
		||||
      if (repo != null) {
 | 
			
		||||
        repo.close();
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user