summaryrefslogtreecommitdiff
path: root/iup/src/iup_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'iup/src/iup_object.h')
-rwxr-xr-xiup/src/iup_object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/iup/src/iup_object.h b/iup/src/iup_object.h
index 6f6b668..a69edc0 100755
--- a/iup/src/iup_object.h
+++ b/iup/src/iup_object.h
@@ -113,6 +113,7 @@ Ihandle* iupObjectCreate(Iclass* ic, void** params);
void** iupObjectGetParamList(void* first, va_list arglist);
/** Checks if the handle is still valid based on the signature.
+ * But if the handle was destroyed still can access invalid memory.
* \ingroup object */
int iupObjectCheck(Ihandle* ih);