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,10 +123,10 @@ public class OpenDeclarationsAction extends SelectionParseAction {
} }
} }
} }
} catch (CoreException e) { } finally {
CUIPlugin.getDefault().log(e); index.releaseReadLock();
} }
return Status.OK_STATUS; return Status.OK_STATUS;
} catch (CoreException e) { } catch (CoreException e) {
return e.getStatus(); return e.getStatus();