fix [#35434] Segmentation fault switching screen layout from python

(take 2), only free popup handlers.
This commit is contained in:
2013-06-02 20:59:00 +00:00
parent c5ed6765b9
commit 0c004723fe
3 changed files with 10 additions and 1 deletions

View File

@@ -687,6 +687,7 @@ void uiScalePanels(struct ARegion *ar, float new_width);
void UI_add_region_handlers(struct ListBase *handlers);
void UI_add_popup_handlers(struct bContext *C, struct ListBase *handlers, uiPopupBlockHandle *popup);
void UI_remove_popup_handlers(struct ListBase *handlers, uiPopupBlockHandle *popup);
void UI_remove_popup_handlers_all(struct bContext *C, struct ListBase *handlers);
/* Module
*