Skip to content
Snippets Groups Projects
Commit f83cbc2c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix typo in last commit

parent 9bd4308e
Branches
Tags
No related merge requests found
......@@ -596,7 +596,7 @@ ber_scanf ( BerElement *ber,
(j + 2) * sizeof(char *) );
if( *sss == NULL ) {
LBER_MEMFREE( save );
LBER_FREE( save );
rc = LBER_DEFAULT;
goto breakout;
}
......@@ -622,7 +622,7 @@ ber_scanf ( BerElement *ber,
(j + 2) * sizeof(struct berval *) );
if( *bv == NULL ) {
LBER_MEMFREE( save );
LBER_FREE( save );
rc = LBER_DEFAULT;
goto breakout;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment