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:
parent
3dfef1cc05
commit
62da4586ac
1 changed files with 3 additions and 3 deletions
|
@ -123,8 +123,8 @@ public class OpenDeclarationsAction extends SelectionParseAction {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (CoreException e) {
|
} finally {
|
||||||
CUIPlugin.getDefault().log(e);
|
index.releaseReadLock();
|
||||||
}
|
}
|
||||||
|
|
||||||
return Status.OK_STATUS;
|
return Status.OK_STATUS;
|
||||||
|
|
Loading…
Add table
Reference in a new issue