Skip to content

Commit

Permalink
Fix memory leak of a procedural model
Browse files Browse the repository at this point in the history
  • Loading branch information
durswd committed Nov 24, 2024
1 parent 2583c21 commit 9a7aed3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dev/Cpp/Effekseer/Effekseer/Effekseer.ResourceManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ class ResourceManager : public ReferenceObject
loader_->Ungenerate(resource);
}
}
else
{
loader_->Ungenerate(resource);
}
}
}

Expand Down

0 comments on commit 9a7aed3

Please sign in to comment.