|
Lines 161-169
Link Here
|
| 161 |
g_object_unref (password_dialog->details->password_entry_secondary); |
161 |
g_object_unref (password_dialog->details->password_entry_secondary); |
| 162 |
|
162 |
|
| 163 |
g_free (password_dialog->details->remember_label_text); |
163 |
g_free (password_dialog->details->remember_label_text); |
| 164 |
g_free (password_dialog->details); |
|
|
| 165 |
|
| 166 |
g_free (password_dialog->details->secondary_password_label); |
164 |
g_free (password_dialog->details->secondary_password_label); |
|
|
165 |
g_free (password_dialog->details); |
| 167 |
|
166 |
|
| 168 |
if (G_OBJECT_CLASS (parent_class)->finalize != NULL) |
167 |
if (G_OBJECT_CLASS (parent_class)->finalize != NULL) |
| 169 |
(* G_OBJECT_CLASS (parent_class)->finalize) (object); |
168 |
(* G_OBJECT_CLASS (parent_class)->finalize) (object); |