We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff36823 commit 50c1a4cCopy full SHA for 50c1a4c
src/nostrdb.c
@@ -5624,7 +5624,7 @@ static void *ndb_writer_thread(void *data)
5624
free((void*)msg->note.relay);
5625
} else if (msg->type == NDB_WRITER_PROFILE) {
5626
free(msg->profile.note.note);
5627
- //ndb_profile_record_builder_free(&msg->profile.record);
+ ndb_profile_record_builder_free(&msg->profile.record);
5628
} else if (msg->type == NDB_WRITER_BLOCKS) {
5629
ndb_blocks_free(msg->blocks.blocks);
5630
} else if (msg->type == NDB_WRITER_NOTE_RELAY) {
0 commit comments