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

Import memory leak fix from devel.

parent 4ed4e8b3
No related branches found
No related tags found
No related merge requests found
......@@ -282,6 +282,8 @@ main( int argc, char **argv )
}
(void) memcpy( (char *) &pid,
data.dptr, sizeof(ID) );
ldbm_datum_free( db->dbc_db, data);
}
sprintf( buf2, "%c%ld", EQ_PREFIX, pid );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment