]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
seg-env: Destroy base attribute if segmentation is not possible
authorTobias Brunner <tobias@strongswan.org>
Mon, 2 Mar 2015 13:07:40 +0000 (14:07 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 3 Mar 2015 16:05:16 +0000 (17:05 +0100)
src/libimcv/seg/seg_env.c

index 1605c8414b032f18c930ec4e6e680781f2cd9900..f38419248fa76e30d994770e30db305a0edb5267 100644 (file)
@@ -219,6 +219,7 @@ seg_env_t *seg_env_create(uint32_t base_attr_id, pa_tnc_attr_t *base_attr,
        if (max_seg_size <  PA_TNC_ATTR_HEADER_SIZE ||
                max_seg_size >= PA_TNC_ATTR_HEADER_SIZE + value.len)
        {
+               base_attr->destroy(base_attr);
                return NULL;
        }