Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
blender
blender-2.48-uninitialized_variables.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File blender-2.48-uninitialized_variables.patch of Package blender
diff -uNr old-blender-2.48/source/blender/python/api2_2x/NLA.c blender-2.48/source/blender/python/api2_2x/NLA.c --- source/blender/python/api2_2x/NLA.c 2008-10-14 19:44:46.000000000 +0200 +++ source/blender/python/api2_2x/NLA.c 2008-10-15 09:10:19.000000000 +0200 @@ -1363,7 +1363,7 @@ BLI_remlink(&self->ob->nlastrips, strip); MEM_freeN(strip); - pyobj->strip = NULL; + //pyobj->strip = NULL; Py_RETURN_NONE; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor