Changeset 64887 in vbox for trunk/include/iprt
- Timestamp:
- Dec 15, 2016 3:58:02 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112294
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asn1.h
r64883 r64887 273 273 * @param pAllocation The array allocation record (initialized by 274 274 * RTAsn1CursorInitArrayAllocation or similar). 275 * @param p v The memory block to free. NULL will beignored.275 * @param papvArray The array to free. NULL is ignored. 276 276 */ 277 277 RTDECL(void) RTAsn1MemFreeArray(PRTASN1ARRAYALLOCATION pAllocation, void **papvArray);
Note:
See TracChangeset
for help on using the changeset viewer.