Changeset 108 for trunk/classes/c/c_image
- Timestamp:
- Oct 4, 2023, 6:18:02 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/c/c_image/cwimage.c
r59 r108 852 852 /* Allocate memory for small bitmap info for the thread */ 853 853 // if((pCreateBMP=(PCREATEBMPINFO)_wp_AllocMem(somSelf, sizeof(CREATEBMPINFO),&ulError))==NULLHANDLE) 854 if((pCreateBMP=(PCREATEBMPINFO)malloc( sizeof(CREATEBMPINFO)))==NULL HANDLE)854 if((pCreateBMP=(PCREATEBMPINFO)malloc( sizeof(CREATEBMPINFO)))==NULL) 855 855 return NULLHANDLE; 856 856
Note:
See TracChangeset
for help on using the changeset viewer.