fix conflict in stream set length and stream fx toggle, fix duplicate initialization of set sample marker start/end positions, thus fixes 3 leaks at exit

This commit is contained in:
niels
2015-06-25 00:09:33 +02:00
parent ba1859f886
commit ff556b3a9d

View File

@@ -199,7 +199,7 @@ enum {
VIMS_STREAM_SET_COLOR = 210,
VIMS_STREAM_SET_WHITE = 211,
VIMS_STREAM_SET_SATURATION = 215,
VIMS_STREAM_SET_LENGTH = 212,
VIMS_STREAM_SET_LENGTH = 216,
VIMS_SEQUENCE_STATUS = 340,
VIMS_SEQUENCE_ADD = 341,
VIMS_SEQUENCE_DEL = 342,