Bug fix #2528
Transform on "ipo keys" gave crash on ESC, due to non initialized pointer. (Martin; that idea to not calloc new data... grumble!) Note; that's another Margarita for Randall, at the Figueroa pool. :)
This commit is contained in:
@@ -1132,6 +1132,9 @@ static void ipokey_to_transdata(IpoKey *ik, TransData *td)
|
|||||||
BezTriple *bezt;
|
BezTriple *bezt;
|
||||||
int a, delta= 0;
|
int a, delta= 0;
|
||||||
|
|
||||||
|
td->val= NULL; // is read on ESC
|
||||||
|
td->ext= NULL; // is read on ESC
|
||||||
|
|
||||||
for(a=0; a<OB_TOTIPO; a++) {
|
for(a=0; a<OB_TOTIPO; a++) {
|
||||||
if(ik->data[a]) {
|
if(ik->data[a]) {
|
||||||
bezt= ik->data[a];
|
bezt= ik->data[a];
|
||||||
|
|||||||
Reference in New Issue
Block a user