summaryrefslogtreecommitdiff
path: root/src/analysis/db/items/bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/db/items/bookmark.c')
-rw-r--r--src/analysis/db/items/bookmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/db/items/bookmark.c b/src/analysis/db/items/bookmark.c
index 65c948f..a7d2a53 100644
--- a/src/analysis/db/items/bookmark.c
+++ b/src/analysis/db/items/bookmark.c
@@ -209,7 +209,7 @@ static void g_db_bookmark_init(GDbBookmark *bookmark)
{
init_vmpa(&bookmark->addr, VMPA_NO_PHYSICAL, VMPA_NO_VIRTUAL);
- init_dynamic_rle_string(&bookmark->comment, NULL);
+ setup_empty_rle_string(&bookmark->comment);
}