mirror of
https://github.com/transmission/transmission
synced 2024-12-26 17:47:37 +00:00
fix minor memory leak when setting the rpc acl
This commit is contained in:
parent
9bbd4bb5d4
commit
1c00343a02
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ tr_rpcSetACL( tr_rpc_server * server,
|
|||
if( isRunning )
|
||||
startServer( server );
|
||||
}
|
||||
tr_free( cidr );
|
||||
|
||||
return err;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue