Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dustin L. Howett
oligos
Commits
903da688
Commit
903da688
authored
Dec 13, 2013
by
Dustin L. Howett
Browse files
I forgot part of
79e0ea65
. This is that part (delete writebuf.)
parent
70dbeab7
Changes
1
Hide whitespace changes
Inline
Side-by-side
server.cc
View file @
903da688
...
...
@@ -67,7 +67,6 @@ uint8_t *server::freeze(uint32_t *outlen) {
server
::~
server
()
{
delete
[]
this
->
readbuf
;
delete
[]
this
->
writebuf
;
if
(
this
->
nick
)
free
(
this
->
nick
);
if
(
this
->
hostname
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment