diff --git a/django/contrib/gis/gdal/srs.py b/django/contrib/gis/gdal/srs.py index 65989f5c89..3c1a82083b 100644 --- a/django/contrib/gis/gdal/srs.py +++ b/django/contrib/gis/gdal/srs.py @@ -342,7 +342,7 @@ class CoordTransform(GDALBase): def __del__(self): "Deletes this Coordinate Transformation object." - if self._ptr: + if self._ptr and capi: capi.destroy_ct(self._ptr) def __str__(self):