X-Raym / REAPER-ReaScripts

X-Raym's Free and Open Source Scripts for Cockos REAPER.
http://www.extremraym.com/en/my-reaper-scripts/
GNU General Public License v3.0
182 stars 51 forks source link

index: remove duplicate versions #1

Closed cfillion closed 8 years ago

cfillion commented 8 years ago

Hi,

Since commit 20f4da48942236c9d4a60d7f2124602ae69b76fa (fix for versions starting with v), Convert selected item notes to take name.lua and Delete font color markup from selected items notes.lua had two versions 1.1 in the index.

The duplicates should not exist, and they are not cleaned up properly by ReaPack (resulting in a memory leak). I'm adding some checks against this and, starting with 1.1beta2, ReaPack will reject any duplicate versions.

This commit removes the older 1.1s.

X-Raym commented 8 years ago

Oh, nice catch, thanks !