* modest-tny-account-store.c:
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Sun, 10 Dec 2006 18:30:12 +0000 (18:30 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Sun, 10 Dec 2006 18:30:12 +0000 (18:30 +0000)
  - add warning about freeing pwd

pmo-trunk-r537

src/modest-tny-account-store.c

index dce26e0..4a8f2b2 100644 (file)
@@ -252,7 +252,8 @@ get_password (TnyAccount *account, const gchar *prompt, gboolean *cancel)
 /*             *cancel = FALSE; */
 
 /*     g_hash_table_insert (priv->password_hash, key, pwd); */
-       
+
+               /* FIXME: pwd needs to be freed somehow */
        return pwd; 
 }