PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ POSTGIS_FREE_IF_COPY_P

#define POSTGIS_FREE_IF_COPY_P (   ptrsrc,
  ptrori 
)
Value:
do \
{ \
if ((Pointer)(ptrsrc) != (Pointer)(ptrori)) \
pfree(ptrsrc); \
} while (0)

Definition at line 340 of file lwinline.h.

342 { \
343 if ((Pointer)(ptrsrc) != (Pointer)(ptrori)) \
344 pfree(ptrsrc); \
345 } while (0)