Skip to content
Snippets Groups Projects
Unverified Commit 62dd0b04 authored by Richard Cordovano's avatar Richard Cordovano Committed by GitHub
Browse files

Merge pull request #1852 from APriestman/6149_fixApfsCrash

Clear out the list of pool info structs so they won't be closed multi…
parents c25daaaf 1b084c22
Branches
No related tags found
No related merge requests found
...@@ -149,6 +149,7 @@ void ...@@ -149,6 +149,7 @@ void
for (int i = 0; i < m_poolInfos.size(); i++) { for (int i = 0; i < m_poolInfos.size(); i++) {
tsk_pool_close(m_poolInfos[i]); tsk_pool_close(m_poolInfos[i]);
} }
m_poolInfos.clear();
if ((m_img_info) && (m_internalOpen)) { if ((m_img_info) && (m_internalOpen)) {
tsk_img_close(m_img_info); tsk_img_close(m_img_info);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment