(load_file_position): don't free filename.
Этот коммит содержится в:
родитель
65f23dcb15
Коммит
c077626450
@ -1292,7 +1292,6 @@ load_file_position (char *filename, long *line, long *column)
|
|||||||
*column = atol (&p[1]);
|
*column = atol (&p[1]);
|
||||||
}
|
}
|
||||||
fclose (f);
|
fclose (f);
|
||||||
g_free (filename);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Save position for the given file */
|
/* Save position for the given file */
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user