forked from bartvdbraak/blender
2.5: fix bug in Levels node, giving NULL pointer free warnings.
This commit is contained in:
parent
42af96ed42
commit
9fea9d065d
@ -329,8 +329,8 @@ bNodeType cmp_node_view_levels= {
|
|||||||
/* execfunc */ node_composit_exec_view_levels,
|
/* execfunc */ node_composit_exec_view_levels,
|
||||||
/* butfunc */ NULL,
|
/* butfunc */ NULL,
|
||||||
/* initfunc */ node_composit_init_view_levels,
|
/* initfunc */ node_composit_init_view_levels,
|
||||||
/* freestoragefunc */ node_free_standard_storage,
|
/* freestoragefunc */ NULL,
|
||||||
/* copystoragefunc */ node_copy_standard_storage,
|
/* copystoragefunc */ NULL,
|
||||||
/* id */ NULL
|
/* id */ NULL
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user