This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
btpd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Oops! Forgot to free some memory.
master
Richard Nyberg
19 years ago
parent
eef8a3a837
commit
9decd35436
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
btpd/cli_if.c
+1
-0
btpd/content.c
+ 1
- 0
btpd/cli_if.c
View File
@@ -220,6 +220,7 @@ cli_read_cb(int sd, short type, void *arg)
if (cmd_dispatch(cli, msg) != 0)
goto error;
free(msg);
event_add(&cli->read, NULL);
return;
+ 1
- 0
btpd/content.c
View File
@@ -168,6 +168,7 @@ cm_kill(struct torrent *tp)
free(cm->block_field);
free(cm->hold_field);
free(cm->pos_field);
free(cm);
tp->cm = NULL;
}
Write
Preview
Loading…
Cancel
Save