Skip to content

Commit 50c1a4c

Browse files
committed
mem: re-enable profile freeing
Signed-off-by: William Casarin <jb55@jb55.com>
1 parent ff36823 commit 50c1a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nostrdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5624,7 +5624,7 @@ static void *ndb_writer_thread(void *data)
56245624
free((void*)msg->note.relay);
56255625
} else if (msg->type == NDB_WRITER_PROFILE) {
56265626
free(msg->profile.note.note);
5627-
//ndb_profile_record_builder_free(&msg->profile.record);
5627+
ndb_profile_record_builder_free(&msg->profile.record);
56285628
} else if (msg->type == NDB_WRITER_BLOCKS) {
56295629
ndb_blocks_free(msg->blocks.blocks);
56305630
} else if (msg->type == NDB_WRITER_NOTE_RELAY) {

0 commit comments

Comments
 (0)