Skip to content
Snippets Groups Projects
Commit c35f2086 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Fix typo .size -> .dsize in ldbm_datum_free()

parent 9bef1a2b
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ ldbm_datum_free( LDBM ldbm, Datum data )
if ( data.dptr ) {
free( data.dptr );
data.dptr = NULL;
data.size = 0;
data.dsize = 0;
}
}
......
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