Fixed namespace clash (stderr)
[pspp-builds.git] / src / pool.c
index d3b536b2c240d7b681f3456c5880ca677f6c9b2d..41d4e74862cf703bc738039025e17d8818a9c102 100644 (file)
@@ -643,6 +643,7 @@ free_all_gizmos (struct pool *pool)
       next = cur->next;
       free_gizmo (cur);
     }
+  pool->gizmos=NULL;
 }
 \f
 /* Memory allocation. */