Page MenuHome

Fix missing GPU image free in background mode
ClosedPublic

Authored by Brecht Van Lommel (brecht) on Jul 1 2020, 3:22 PM.

Details

Summary

This is legacy code from before Eevee and Workbench rendering in background
mode was supported. Avoid memory leak by only queueing GPU textures to be
freed when we know they have been allocated.

Diff Detail

Repository
rB Blender

Event Timeline

Brecht Van Lommel (brecht) requested review of this revision.Jul 1 2020, 3:22 PM

@Clément Foucault (fclem), I'm not sure if this is tied to any particular bug you were investigating?

LGTM. This might be related to T76989 but I higly doubt this is the case.

This revision is now accepted and ready to land.Jul 1 2020, 3:54 PM