Commit 83d6eee3 authored by Andrea Zoli's avatar Andrea Zoli
Browse files

Fix file memleak.

parent 2bb3716a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -322,6 +322,7 @@ bool SDFRBBlock::loadFields(InputText& fp) throw (PacketException*)
                block[nblock].loadFields(*file);
                id++;
                file->close();
                delete file;
            }
            else
                throw new PacketExceptionFileFormat("rblock file name not found.");