Mercurial > pidgin
diff src/protocols/msn/notification.c @ 10647:7d13c04387ad
[gaim-migrate @ 12163]
These got committed to oldstatus, but not to HEAD
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Wed, 02 Mar 2005 04:36:19 +0000 |
| parents | d93621a98f12 |
| children | 72a5babfa8b4 |
line wrap: on
line diff
--- a/src/protocols/msn/notification.c Tue Mar 01 21:15:58 2005 +0000 +++ b/src/protocols/msn/notification.c Wed Mar 02 04:36:19 2005 +0000 @@ -972,9 +972,10 @@ g_free(session->passport_info.file); session->passport_info.file = NULL; } +#ifdef _WIN32 else { - /* + /* * Renaming file with .html extension, so that the * win32 open_url will work. */ @@ -989,11 +990,12 @@ { g_free(session->passport_info.file); session->passport_info.file = tmp; - } + } else g_free(tmp); } } +#endif } } /**************************************************************************
