1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Oops, forgot to release the read lock on the index.

This commit is contained in:
Doug Schaefer 2006-12-08 16:30:33 +00:00
parent 3dfef1cc05
commit 62da4586ac

View file

@ -123,8 +123,8 @@ public class OpenDeclarationsAction extends SelectionParseAction {
}
}
}
} catch (CoreException e) {
CUIPlugin.getDefault().log(e);
} finally {
index.releaseReadLock();
}
return Status.OK_STATUS;