BlazingRenderer / BRender

Modernized fork of BRender
MIT License
49 stars 5 forks source link

brender/glrend: remove free->check->free loop #4

Closed vs49688 closed 1 year ago

vs49688 commented 1 year ago

Presumably a leftover from an earlier version, when a device pixelmap is freed, it removes itself from its output facility. When all devpixmps are destroyed, the outfcty is freed. This breaks when the outfcty is freed first, so remove it.

Closes #3

crocguy0688 commented 1 year ago

Applied, thanks!