1
1

gpr callback free's the message - don't do it here

This commit was SVN r3777.
Этот коммит содержится в:
Tim Woodall 2004-12-10 20:43:37 +00:00
родитель 1741006a4e
Коммит 082beac961

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

@ -304,9 +304,6 @@ static void mca_base_modex_registry_callback(
/* update the pml/ptls with new proc */
}
/* release the message storage */
OBJ_RELEASE(msg);
if(NULL != new_procs) {
mca_pml.pml_add_procs(new_procs, new_proc_count);