[Cinelerra-commits] r1060 - trunk/hvirtual/cinelerra

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Johannes Sixt <johannes.sixt@telecom.at>
Date:  
To: cinelerra-commits
Subject: [Cinelerra-commits] r1060 - trunk/hvirtual/cinelerra
Author: j6t
Date: 2008-06-29 21:32:15 +0200 (Sun, 29 Jun 2008)
New Revision: 1060

Modified:
trunk/hvirtual/cinelerra/cwindowtool.C
Log:
Fix a crash when "Apply mask before plugins" is toggled with no armed track.


Modified: trunk/hvirtual/cinelerra/cwindowtool.C
===================================================================
--- trunk/hvirtual/cinelerra/cwindowtool.C    2008-06-29 19:00:37 UTC (rev 1059)
+++ trunk/hvirtual/cinelerra/cwindowtool.C    2008-06-29 19:32:15 UTC (rev 1060)
@@ -1736,8 +1736,10 @@
        point,
        1);

-    keyframe->apply_before_plugins = get_value();
-    gui->update_preview();
+    if (keyframe) {
+        keyframe->apply_before_plugins = get_value();
+        gui->update_preview();
+    }
    return 1;
}



_______________________________________________
Cinelerra-commits mailing list
Cinelerra-commits@???
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra-commits