]> git.saurik.com Git - apple/security.git/blobdiff - cdsa/cssm/cssmcontext.cpp
Security-54.1.7.tar.gz
[apple/security.git] / cdsa / cssm / cssmcontext.cpp
index 3d35d4b826e542256aa61deb7a64e0a926323c41..473f7a561e4cabf077813eb47346499f8cd6764b 100644 (file)
@@ -114,7 +114,6 @@ void HandleContext::mergeAttributes(const CSSM_CONTEXT_ATTRIBUTE *attributes, ui
                                                walk(copier, *slot);
                                                if (CSSM_RETURN err = validateChange(CSSM_CONTEXT_EVENT_UPDATE)) {
                                                        *slot = oldSlot;
-                                                       attachment.free(data);
                                                        CssmError::throwMe(err);
                                                }
                                        } catch (...) {