]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/archive.cc
Add threading support.
[thirdparty/binutils-gdb.git] / gold / archive.cc
index 1442731f045ef867507b3acc203df318802ae24e..dc12ea95701bbb4797238af472c54e8e98c5a5ae 100644 (file)
@@ -475,6 +475,7 @@ Add_archive_symbols::run(Workqueue*)
     {
       // We no longer need to know about this archive.
       delete this->archive_;
+      this->archive_ = NULL;
     }
 }