Fix T52263: Crash When Splitting and Merging Areas with Header Text Set.

Not a regression, but safe enough to be included in 2.79.
This commit is contained in:
Bastien Montagne 2017-08-08 14:06:56 +02:00 committed by Sergey Sharybin
parent 8ae6e35923
commit fb73cee1ec
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ ARegion *BKE_area_region_copy(SpaceType *st, ARegion *ar)
BLI_listbase_clear(&newar->ui_lists);
newar->swinid = 0;
newar->regiontimer = NULL;
newar->headerstr = NULL;
/* use optional regiondata callback */
if (ar->regiondata) {