Modify ↓
Opened 16 years ago
Closed 16 years ago
#1367 closed Bug (Fixed)
GUIDelete() crashes program when called from WM_* message handler
| Reported by: | 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)
by , 16 years ago
comment:1 by , 16 years ago
| Milestone: | → 3.3.3.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [5485] in version: 3.3.3.0
Note:
See TracTickets
for help on using tickets.

GUIDelete crashes the executable