1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-28 02:27:41 +00:00

fix minor memory leak when setting the rpc acl

This commit is contained in:
Mitchell Livingston 2008-06-08 04:23:56 +00:00
parent 9bbd4bb5d4
commit 1c00343a02

View file

@ -359,6 +359,7 @@ tr_rpcSetACL( tr_rpc_server * server,
if( isRunning ) if( isRunning )
startServer( server ); startServer( server );
} }
tr_free( cidr );
return err; return err;
} }