beremiz
Clone
Summary
Browse
Changes
Graph
Merge with Donggu modifications
2012-01-10, laurent
e579bd6faa87
Parents
65ecbfe9a6f9
08d67a0af2c1
Children
5132c497918c
Merge with Donggu modifications
1 files changed, 2 insertions(+), 0 deletions(-)
+2
-0
etherlab/plc_etherlab.c
--- a/etherlab/plc_etherlab.c Sun Jan 08 19:05:05 2012 +0100
+++ b/etherlab/plc_etherlab.c Tue Jan 10 15:10:08 2012 +0100
@@ -100,6 +100,8 @@
if (rt_fd >= 0) {
rt_dev_close(rt_fd);
}
+ //release master
+ ecrt_release_master(master);
}
void __retrieve_%(location)s(void)