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

« back to all changes in this revision

Viewing changes to UnityCore/MusicPreviews.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:
78
78
    
79
79
    length += track_length;
80
80
  }
 
81
 
 
82
  g_variant_iter_free(iter);
81
83
}
82
84
 
83
85
}