1
1

Make sure we free the right things

This commit was SVN r5000.
Этот коммит содержится в:
Jeff Squyres 2005-03-23 18:45:26 +00:00
родитель e2597395e8
Коммит 997dac244e

Просмотреть файл

@ -546,7 +546,7 @@ static inline int ompi_cb_fifo_free_same_base_addr( ompi_cb_fifo_t *fifo,
}
/* free fifo array */
if( OMPI_CB_NULL != ptr ){
if( OMPI_CB_NULL != fifo->head ){
ptr=(char *)(fifo->queue);
memory_allocator->mpool_free(ptr);
fifo->queue=OMPI_CB_NULL;