~charlesk/appmenu-gtk/lp-788640

« back to all changes in this revision

Viewing changes to src/bridge.c

  • Committer: Cody Russell
  • Date: 2010-09-01 14:12:20 UTC
  • Revision ID: crussell@canonical.com-20100901141220-o2mhmhywf6e86ea5
Set rebuild_ids to NULL after destroying it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1295
1295
  if (rebuild_ids)
1296
1296
    {
1297
1297
      g_hash_table_destroy (rebuild_ids);
 
1298
      rebuild_ids = NULL;
1298
1299
    }
1299
1300
}