[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58685] trunk/blender/source/blender/ editors/space_clip/tracking_ops.c: fix for freed memory access clearing tracks in the clip editor.

Campbell Barton ideasman42 at gmail.com
Sun Jul 28 09:11:01 CEST 2013


Revision: 58685
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58685
Author:   campbellbarton
Date:     2013-07-28 07:11:00 +0000 (Sun, 28 Jul 2013)
Log Message:
-----------
fix for freed memory access clearing tracks in the clip editor.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_clip/tracking_ops.c

Modified: trunk/blender/source/blender/editors/space_clip/tracking_ops.c
===================================================================
--- trunk/blender/source/blender/editors/space_clip/tracking_ops.c	2013-07-28 06:37:58 UTC (rev 58684)
+++ trunk/blender/source/blender/editors/space_clip/tracking_ops.c	2013-07-28 07:11:00 UTC (rev 58685)
@@ -3478,6 +3478,8 @@
 		track = next;
 	}
 
+	BKE_tracking_dopesheet_tag_update(tracking);
+
 	WM_event_add_notifier(C, NC_MOVIECLIP | ND_SELECT, clip);
 
 	return OPERATOR_FINISHED;




More information about the Bf-blender-cvs mailing list