~ubuntu-branches/ubuntu/natty/folks/natty

« back to all changes in this revision

Viewing changes to tests/lib/key-file/backend.c

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-03-18 16:49:27 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20110318164927-ho97ckhsq73glhm4
Tags: 0.4.1-0ubuntu1
* New upstream release
  - Fixed crasher when reconnecting a Telepathy account

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* backend.c generated by valac 0.11.6, the Vala compiler
 
1
/* backend.c generated by valac 0.11.7, the Vala compiler
2
2
 * generated from backend.vala, do not modify */
3
3
 
4
4
 
178
178
 
179
179
 
180
180
void kf_test_backend_tear_down (KfTestBackend* self) {
181
 
        gchar* _tmp0_;
182
181
        g_return_if_fail (self != NULL);
183
182
        if (self->priv->key_file_name != NULL) {
184
183
                g_remove (self->priv->key_file_name);
185
184
        }
186
 
        _tmp0_ = NULL;
187
185
        _g_free0 (self->priv->key_file_name);
188
 
        self->priv->key_file_name = _tmp0_;
 
186
        self->priv->key_file_name = NULL;
189
187
}
190
188
 
191
189