# HG changeset patch # User John Bailey # Date 1255385988 0 # Node ID f55bd60e2738a015bffc02d07548f90188669adb # Parent 3fec904938a22de8ad93d6f0e2c668de74a30c13# Parent ff66496188e0d6917f49c9bfb0760e08c1f6484a merge of '80eaa62b397424cadf9ea37ca0e98894f823fbf5' and 'c2cd726c5225664720357cbe316631e320505431' diff -r 3fec904938a2 -r f55bd60e2738 libpurple/protocols/msn/notification.c --- a/libpurple/protocols/msn/notification.c Mon Oct 12 19:54:27 2009 +0000 +++ b/libpurple/protocols/msn/notification.c Mon Oct 12 22:19:48 2009 +0000 @@ -963,7 +963,7 @@ if (cmd->trans->data) { MsnFqyCbData *fqy_data = cmd->trans->data; fqy_data->cb(session, passport, network, fqy_data->data); - /* Don't free fqy_data yet since the server responds to FQY multipe times. + /* Don't free fqy_data yet since the server responds to FQY multiple times. It will be freed when cmd->trans is freed. */ }