We have to free the pointer not the content of the pointer (confirmed
with the standard). This commit was SVN r5327.
Этот коммит содержится в:
родитель
2be1a1a2f3
Коммит
551b5b6a05
@ -45,8 +45,7 @@ int MPI_Free_mem(void *baseptr)
|
||||
}
|
||||
|
||||
/* For this release, we're just calling malloc(). */
|
||||
|
||||
free(*((void **) baseptr));
|
||||
free( baseptr );
|
||||
|
||||
/* All done */
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user