1
0
Fork 0
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:
B. Petersen 2016-07-15 14:27:22 +02:00
parent 82749b4c6c
commit f15f56b6c9

View file

@ -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
} }