]> git.sesse.net Git - mlt/commit
Remove the glsl_texture freelist.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 28 Jan 2014 20:34:36 +0000 (21:34 +0100)
committerDan Dennedy <dan@dennedy.org>
Thu, 30 Jan 2014 05:12:15 +0000 (21:12 -0800)
commit96fc85b6fe773d2b1ac1199fe51051efa4717237
tree94ca195073fcf106034550ec585da6975aa40e65
parent1efe96041e015b55eb70f300cac5a1083decc868
Remove the glsl_texture freelist.

Given that new/delete on such small objects are cheap and this happens
rarely, it is probably not worth the extra complexity. (In the process,
fix a minor bug related to out-of-memory; not that new will actually
ever return NULL on any compilers newer then MSVC6.)
src/modules/opengl/filter_glsl_manager.cpp