Revision 0a3ca290 src/charon/sa/tasks/child_create.c

b/src/charon/sa/tasks/child_create.c
1126 1126
{
1127 1127
	chunk_free(&this->my_nonce);
1128 1128
	chunk_free(&this->other_nonce);
1129
	if (this->tsi)
1129
	if (this->tsr)
1130 1130
	{
1131 1131
		this->tsr->destroy_offset(this->tsr, offsetof(traffic_selector_t, destroy));
1132 1132
	}
1133
	if (this->tsr)
1133
	if (this->tsi)
1134 1134
	{
1135 1135
		this->tsi->destroy_offset(this->tsi, offsetof(traffic_selector_t, destroy));
1136 1136
	}

Also available in: Unified diff