Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
haoqu.ma
/
gotty
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 6013e439
authored
Oct 12, 2015
by
Iwasaki Yudai
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #76 from QuentinPerez/fix
Remove a mutex unlock
2 parents
f7b54e9e
04deb490
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
app/client_context.go
app/client_context.go
View file @
6013e43
...
...
@@ -122,7 +122,6 @@ func (context *clientContext) sendInitialize() error {
titleBuffer
:=
new
(
bytes
.
Buffer
)
if
err
:=
context
.
app
.
titleTemplate
.
Execute
(
titleBuffer
,
titleVars
);
err
!=
nil
{
context
.
writeMutex
.
Unlock
()
return
err
}
if
err
:=
context
.
write
(
append
([]
byte
{
SetWindowTitle
},
titleBuffer
.
Bytes
()
...
));
err
!=
nil
{
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment