diff options
Diffstat (limited to 'modules/modPipe.c')
| -rwxr-xr-x | modules/modPipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/modPipe.c b/modules/modPipe.c index cb369b8..e5f628d 100755 --- a/modules/modPipe.c +++ b/modules/modPipe.c @@ -441,7 +441,7 @@ void cmd(char *line) int destroy() { - destroySpace(spacePipe, destroyPipe); + destroySpaceWithObject(spacePipe, destroyPipe); destroyList(listPipe); return 0; |