eitd/dmx.cpp: fix dtor, enable debug

Origin commit data
------------------
Branch: ni/coolstream
Commit: 45a9601fcd
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-07 (Sat, 07 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-04-07 13:05:52 +04:00
parent 68198c31ed
commit f7d6d91a89

View File

@@ -42,7 +42,7 @@
#include "dmx.h"
#include "debug.h"
//#define DEBUG_MUTEX 1
#define DEBUG_MUTEX 1
//#define DEBUG_DEMUX 1 // debug start/close/change
//#define DEBUG_CACHED_SECTIONS 1
//#define DEBUG_COMPLETE_SECTIONS 1
@@ -100,8 +100,8 @@ DMX::~DMX()
myDMXOrderUniqueKey.clear();
pthread_mutex_destroy(&start_stop_mutex);
pthread_cond_destroy (&change_cond);
// FIXME
closefd();
//closefd();
close();
}
void DMX::close(void)