diff --git a/nostrdb/src/nostrdb.c b/nostrdb/src/nostrdb.c index c9e00277..1a130c7a 100644 --- a/nostrdb/src/nostrdb.c +++ b/nostrdb/src/nostrdb.c @@ -5624,7 +5624,7 @@ static void *ndb_writer_thread(void *data) free((void*)msg->note.relay); } else if (msg->type == NDB_WRITER_PROFILE) { free(msg->profile.note.note); - //ndb_profile_record_builder_free(&msg->profile.record); + ndb_profile_record_builder_free(&msg->profile.record); } else if (msg->type == NDB_WRITER_BLOCKS) { ndb_blocks_free(msg->blocks.blocks); } else if (msg->type == NDB_WRITER_NOTE_RELAY) {