"Fixed" another crash.
This commit is contained in:
parent
b3ad1768b0
commit
10efe52513
|
@ -92,7 +92,7 @@
|
||||||
}
|
}
|
||||||
constraints = [NSLayoutConstraint constraintsWithVisualFormat:constraint options:0 metrics:nil views:p.views];
|
constraints = [NSLayoutConstraint constraintsWithVisualFormat:constraint options:0 metrics:nil views:p.views];
|
||||||
[contentView addConstraints:constraints];
|
[contentView addConstraints:constraints];
|
||||||
[constraint release];
|
//TODO uncomment this and the program tries to access after free [constraint release];
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue