Missed last commit
This commit is contained in:
@@ -1284,10 +1284,6 @@ FileData *blo_openblendermemfile(MemFile *memfile, ReportList *reports)
|
||||
void blo_freefiledata(FileData *fd)
|
||||
{
|
||||
if (fd) {
|
||||
if (fd->filedes != -1) {
|
||||
close(fd->filedes);
|
||||
}
|
||||
|
||||
if (fd->gzfiledes != NULL) {
|
||||
gzclose(fd->gzfiledes);
|
||||
}
|
||||
|
||||
@@ -63,7 +63,6 @@ typedef struct FileData {
|
||||
struct MemFile *memfile;
|
||||
|
||||
/** Variables needed for reading from file. */
|
||||
int filedes;
|
||||
gzFile gzfiledes;
|
||||
|
||||
/** Now only in use for library appending. */
|
||||
|
||||
Reference in New Issue
Block a user