mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 10:39:27 +02:00
Add comment.
This commit is contained in:
parent
82749b4c6c
commit
f15f56b6c9
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ char* MrSqlite3::GetDbFile()
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
return strdup(m_dbfile);
|
return strdup(m_dbfile); // the caller should free() the returned string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue