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; }