diff options
Diffstat (limited to 'net/tsclient/files/patch-src_support.c')
-rw-r--r-- | net/tsclient/files/patch-src_support.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/tsclient/files/patch-src_support.c b/net/tsclient/files/patch-src_support.c new file mode 100644 index 0000000..3f16c1f --- /dev/null +++ b/net/tsclient/files/patch-src_support.c @@ -0,0 +1,11 @@ +--- src/support.c.orig Thu Jul 3 22:20:04 2003 ++++ src/support.c Fri Jul 4 21:04:57 2003 +@@ -566,7 +566,7 @@ + + } else { + // clean up and exit +- g_free (cmd); ++/* g_free (cmd);*/ + return 1; + } + // clean up and exit |