2.5: fix bug in Levels node, giving NULL pointer free warnings.

This commit is contained in:
Brecht Van Lommel 2009-09-16 14:45:10 +00:00
parent 42af96ed42
commit 9fea9d065d

@ -329,8 +329,8 @@ bNodeType cmp_node_view_levels= {
/* execfunc */ node_composit_exec_view_levels,
/* butfunc */ NULL,
/* initfunc */ node_composit_init_view_levels,
/* freestoragefunc */ node_free_standard_storage,
/* copystoragefunc */ node_copy_standard_storage,
/* freestoragefunc */ NULL,
/* copystoragefunc */ NULL,
/* id */ NULL
};