Moved the pool destruction at the correct location

pull/69/merge
Ludovic Marcotte 2015-01-07 09:29:31 -05:00
parent dd6dd7251c
commit cb9118d869
1 changed files with 2 additions and 1 deletions

View File

@ -773,8 +773,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
return_count++;
DESTROY(pool);
}
DESTROY(pool);
} // for ...
if (more_available)