This commit fixes a multi-threading bug when using the thread-safe free list functions. opal_free_list_wait_mt() was using the conditional version of opal_lifo_pop() and not the thread-safe call. Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>