Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#1933 closed defect (fixed)

[PATCH] memleak in CVertexBuffer::Release

Reported by: Markus Owned by: ben
Priority: Should Have Milestone: Alpha 14
Component: Core engine Keywords: patch memleak
Cc: Patch:

Description

In CVertexBuffer::Release the current chunk is coalesced with the other, already released chunks. While the managed buffer is correctly merged, the actual VBChunk containers are not freed.

Attachments (1)

memleak-vertexbuffer.patch (378 bytes ) - added by Markus 11 years ago.

Download all attachments as: .zip

Change History (5)

by Markus, 11 years ago

Attachment: memleak-vertexbuffer.patch added

comment:1 by Markus, 11 years ago

Keywords: review patch added

comment:2 by historic_bruno, 11 years ago

Keywords: memleak added

comment:3 by ben, 11 years ago

Owner: set to ben
Resolution: fixed
Status: newclosed

In 13423:

Fixes memory leak in CVertexBuffer::Release, patch by Markus, fixes #1933

comment:4 by historic_bruno, 11 years ago

Keywords: review removed

Nice find, thanks for the patch.

Note: See TracTickets for help on using tickets.