Home | History | Annotate | Download | only in openssh

Lines Matching full:xfree

307 			xfree(options->local_forwards[i].listen_host);
308 xfree(options->local_forwards[i].connect_host);
311 xfree(options->local_forwards);
317 xfree(options->remote_forwards[i].listen_host);
318 xfree(options->remote_forwards[i].connect_host);
321 xfree(options->remote_forwards);
1438 xfree(p);
1465 xfree(fwd->connect_host);
1469 xfree(fwd->listen_host);