pidgin/pidgin

novell: Fix small leak.

2019-11-02, Elliott Sales de Andrade
80d10195eb3c
novell: Fix small leak.

`conn->addr` is set in `nm_create_conn`, so setting it again right after
that leaks the original.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */