Skip to content
Snippets Groups Projects
Commit d863072a authored by felmer's avatar felmer
Browse files

LMS-2286 close content

SVN: 21760
parent 3090086a
No related branches found
No related tags found
No related merge requests found
......@@ -444,6 +444,12 @@ class UploadingCommand implements IDataSetCommand
notificationLog.error("Couldn't add data set '" + externalData.getCode()
+ "' to zip file.", ex);
return false;
} finally
{
if (root != null)
{
root.close();
}
}
}
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment