---
src/cd-drive.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/cd-drive.c b/src/cd-drive.c
index d3819a15..7e76add0 100644
--- a/src/cd-drive.c
+++ b/src/cd-drive.c
@@ -315,6 +315,8 @@ main(int argc, char *argv[])
if (p_cdio) cdio_destroy(p_cdio);
}
+ p_cdio = NULL;
+
cdio_free_device_list(ppsz_cdrives);
ppsz_cdrives = NULL;
} else {
--
2.11.0- [Libcdio-devel] [PATCH v2 0/5] OS/2 patches KO Myung-Hun
- [Libcdio-devel] [PATCH v2 1/5] Fix name conflicts of ... KO Myung-Hun
- [Libcdio-devel] [PATCH v2 3/5] Fix double-free in cd-... KO Myung-Hun
- Re: [Libcdio-devel] [PATCH v2 3/5] Fix double-fre... Rocky Bernstein
- [Libcdio-devel] [PATCH v2 4/5] Add unit test for OS/2... KO Myung-Hun
- [Libcdio-devel] [PATCH v2 2/5] Implement get_last_ses... KO Myung-Hun
- [Libcdio-devel] [PATCH v2 5/5] Fix compilation on OS/... KO Myung-Hun
- Re: [Libcdio-devel] [PATCH v2 0/5] OS/2 patches Rocky Bernstein
- Re: [Libcdio-devel] [PATCH v2 0/5] OS/2 patches KO Myung-Hun
- Re: [Libcdio-devel] [PATCH v2 0/5] OS/2 patch... Rocky Bernstein
- Re: [Libcdio-devel] [PATCH v2 0/5] OS/2 p... KO Myung-Hun
- Re: [Libcdio-devel] [PATCH v2 0/5] O... Rocky Bernstein
