Access Errors

From RAD Studio
Jump to: navigation, search

Go Up to CodeGuard Errors Index

Access errors result from improper memory management.

When CodeGuard detects accesses to freed memory blocks or deleted objects, it can identify where each block was allocated and deleted. Enable the Delay Free option using the CodeGuard Configuration dialog box to use this feature.

The following are types of access errors: