Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
William Drai committed Jun 23, 2014
1 parent dbde1f1 commit f2bd3bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ private boolean sendToken(final AsyncToken token) {
return false;
}
finally {
if (releaseConnections)
if (releaseConnections && connections != null)
connections.release();
}
}
Expand Down

0 comments on commit f2bd3bc

Please sign in to comment.