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

« back to all changes in this revision

Viewing changes to UnityCore/MultiRangeFilter.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:
82
82
    options_.push_back(option);
83
83
    option_added.emit(option);
84
84
  }
 
85
 
 
86
  g_variant_iter_free(options_iter);
85
87
}
86
88
 
87
89
void MultiRangeFilter::OptionChanged(bool is_active, std::string const& id)