mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtfile: fclose called twice on same handle
This commit is contained in:
parent
70987253b3
commit
9dd8ea27bf
1 changed files with 0 additions and 1 deletions
|
@ -1683,7 +1683,6 @@ ReadDirectoryProcess(
|
||||||
|
|
||||||
}
|
}
|
||||||
XtFree( (char *)position_info );
|
XtFree( (char *)position_info );
|
||||||
fclose(fptr);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
XtFree(full_directory_name);
|
XtFree(full_directory_name);
|
||||||
|
|
Loading…
Reference in a new issue