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

Plug leak of datum. Should be freed after use.

parent ace9fb68
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