~darkxst/ubuntu/saucy/gdm/lp1212408

« back to all changes in this revision

Viewing changes to gui/gdmflexiserver.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-12-11 15:34:43 UTC
  • mto: (2.1.2 lenny) (1.4.50)
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: james.westby@ubuntu.com-20071211153443-w5922mvs37kx0g4q
Tags: upstream-2.20.2
ImportĀ upstreamĀ versionĀ 2.20.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
934
934
 
935
935
        ret = gdmcomm_call_gdm (command, auth_cookie, version, 5);
936
936
        g_free (command);
937
 
 
 
937
        g_free (auth_cookie);
938
938
        g_strfreev (args_remaining);
939
939
 
940
940
        /* At this point we are done using the socket, so close it */
950
950
                }
951
951
 
952
952
                /* all fine and dandy */
 
953
                g_free (ret);
953
954
                return 0;
954
955
        }
955
956
 
965
966
        gtk_widget_show_all (dialog);
966
967
        gtk_dialog_run (GTK_DIALOG (dialog));
967
968
        gtk_widget_destroy (dialog);
 
969
        g_free (ret);
968
970
 
969
971
        return 1;
970
972
}