scons: Remove debug print statement.
[mesa.git] / src / gallium / drivers / identity / id_drm.c
index d332c36af261eb35cfca86b12f73f68b807d7415..a9d41af18c7d7887721fc43e0a457414270f8209 100644 (file)
@@ -68,7 +68,7 @@ identity_drm_destroy(struct drm_api *_api)
    struct drm_api *api = id_api->api;
    api->destroy(api);
 
-   free(id_api);
+   FREE(id_api);
 }
 
 struct drm_api *