Searched refs:ptrs1 (Results 1 – 1 of 1) sorted by relevance
1054 int *ptrs1[2]; // expected-warning {{Potential leak of memory pointed to by}} in invalidateDestinationContents() local1055 ptrs1[0] = (int *)malloc(4); in invalidateDestinationContents()1056 memcpy(ptrs1, &null, sizeof(int *)); in invalidateDestinationContents()