Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2013-04-07 14:21:22 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-04-07 14:21:22 +0400
commit4a66bf8f4abba43272fe2f8def866ddd39f13a25 (patch)
treec493075b36fbb38cc234fe7860a698426b3e7d6a /source/blender/makesrna/intern/rna_define.c
parent0edbcd4cf90e991a58b1d4d4af52df6b68bdf0d2 (diff)
Usual typo fixes... ;)
Diffstat (limited to 'source/blender/makesrna/intern/rna_define.c')
-rw-r--r--source/blender/makesrna/intern/rna_define.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_define.c b/source/blender/makesrna/intern/rna_define.c
index 6649d58d718..61928c8f6a1 100644
--- a/source/blender/makesrna/intern/rna_define.c
+++ b/source/blender/makesrna/intern/rna_define.c
@@ -605,7 +605,7 @@ void RNA_struct_free(BlenderRNA *brna, StructRNA *srna)
PropertyRNA *prop, *nextprop;
PropertyRNA *parm, *nextparm;
-#if 0
+#if 1
if (srna->flag & STRUCT_RUNTIME) {
if (RNA_struct_py_type_get(srna)) {
fprintf(stderr, "%s '%s' freed while holding a python reference\n", __func__, srna->identifier);