mirror of
https://github.com/leozide/leocad
synced 2024-12-28 22:23:35 +01:00
Fixed refcount for pieces.
This commit is contained in:
parent
a31963f1bd
commit
7b34dd1fa7
1 changed files with 0 additions and 1 deletions
|
@ -790,7 +790,6 @@ void lcPiecesLibrary::SaveCacheFile()
|
|||
CacheFile.AddFile(Info->m_strName, PieceFile);
|
||||
|
||||
Info->mFlags |= LC_PIECE_CACHED;
|
||||
Info->Release();
|
||||
}
|
||||
|
||||
IndexFile.Seek(0, SEEK_SET);
|
||||
|
|
Loading…
Reference in a new issue