Fix use after free with vImportedDrvToDerivation

This commit is contained in:
Robert Hensing
2021-08-29 20:42:57 +02:00
parent 8bc76acc7c
commit 8656b130ea
2 changed files with 6 additions and 6 deletions
+1
View File
@@ -101,6 +101,7 @@ public:
const ref<Store> buildStore;
RootValue vCallFlake = nullptr;
RootValue vImportedDrvToDerivation = nullptr;
private:
SrcToStore srcToStore;