~macslow/unity/backported-remote-add-to-5.0

« back to all changes in this revision

Viewing changes to UnityCore/CheckOptionFilter.cpp

  • Committer: Neil Jagdish Patel
  • Date: 2011-08-05 19:25:57 UTC
  • mto: This revision was merged to the branch mainline in revision 1350.
  • Revision ID: neil.patel@canonical.com-20110805192557-3d6mimzvymw31fi4
Don'tĀ leakĀ iters

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    options_.push_back(option);
71
71
    option_added.emit(option);
72
72
  }
 
73
 
 
74
  g_variant_iter_free(options_iter);
73
75
}
74
76
 
75
77
void CheckOptionFilter::OptionChanged(bool is_active, std::string const& id)