fix build

This commit is contained in:
Edison Su 2012-02-09 14:58:01 -08:00
parent 46492ebbf6
commit 83a329af4e
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ public class LibvirtStorageAdaptor implements StorageAdaptor {
} catch (LibvirtException e) {
s_logger.debug("Faild to get vol path: " + e.toString());
throw e;
} finally {l
} finally {
try {
if (sp != null) {
sp.free();