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
parent 12834fe0f0
commit c8a8589d4f
Notes: blender-bot 2023-06-21 19:23:24 +02:00
Referenced by issue #52263, Crash When Splitting and Merging Areas with Header Text Set
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) {