Modify ↓
Opened 15 years ago
Closed 15 years ago
#1367 closed Bug (Fixed)
GUIDelete() crashes program when called from WM_* message handler
Reported by: | isolation@… | Owned by: | Valik |
---|---|---|---|
Milestone: | 3.3.3.0 | Component: | AutoIt |
Version: | 3.3.2.0 | Severity: | None |
Keywords: | GUIDelete GuiRegisterMessage | Cc: |
Description
GUIDelete() crashes the autoit compiled executable and also the interpreter when called from a WM_ANYMESSAGE(GUIRegisterMessage)
look at the attached script for more details, it explains itself.
Attachments (1)
Change History (2)
Changed 15 years ago by isolation@…
comment:1 Changed 15 years ago by Valik
- Milestone set to 3.3.3.0
- Owner set to Valik
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [5485] in version: 3.3.3.0
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
GUIDelete crashes the executable