Skip to content

Commit

Permalink
fix ssdb-dump memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
ideawu committed Dec 15, 2014
1 parent d6dd412 commit 59e88db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend_dump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,6 @@ void* BackendDump::_run_thread(void *arg){

log_info("fd: %d, delete link", link->fd());
delete link;
delete it;
return (void *)NULL;
}

0 comments on commit 59e88db

Please sign in to comment.