Skip to content

[Improve]: Implement IDisposable #5

@lewpar

Description

@lewpar

What needs to be improved

Lots of objects need IDisposable interface implemented to handle the disposal of managed (Streams, Memory Buffers, etc..) and unmanaged (Raylib) resources.

Why it needs to be improved

Managed and unmanaged memory needs to be cleaned up to prevent memory leaks and reduce crashes when the engine is terminated.

Additional Information

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions