1
1

Initialize variables for safety

Этот коммит содержится в:
Rolf vandeVaart 2015-04-09 12:58:55 -04:00
родитель d6d7184703
Коммит b7913836fc

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

@ -370,8 +370,8 @@ int mca_common_cuda_stage_one_init(void)
while (searchpaths[j] != NULL) { while (searchpaths[j] != NULL) {
i = 0; i = 0;
while (cudalibs[i] != NULL) { while (cudalibs[i] != NULL) {
char *filename; char *filename = NULL;
char *str; char *str = NULL;
/* If there's a non-empty search path, prepend it /* If there's a non-empty search path, prepend it
to the library filename */ to the library filename */