style cleanup: and add missing files to cmake

This commit is contained in:
2012-05-17 23:12:15 +00:00
parent 7862b2fa13
commit c0bd076bfd
7 changed files with 21 additions and 19 deletions

View File

@@ -986,7 +986,7 @@ static PyObject *pyrna_prop_repr(BPy_PropertyRNA *self)
ret = PyUnicode_FromFormat("bpy.data.%s[%R].%s",
BKE_idcode_to_name_plural(GS(id->name)),
tmp_str,
path);
path);
}
MEM_freeN((void *)path);