Resource Errors

From RAD Studio
Jump to: navigation, search

Go Up to CodeGuard Errors Index

Resources are memory blocks (allocated with functions like malloc, GlobalAlloc) and object arrays such as file handles, stream handles, modules, and items returned by new[ ].

The following runtime error examples illustrate how CodeGuard reports improper use of resources: