13 lines
389 B
Diff
13 lines
389 B
Diff
|
--- gpm-1.20.1/src/lib/liblow.c.orig 2004-05-06 14:14:03.000000000 -0400
|
||
|
+++ gpm-1.20.1/src/lib/liblow.c 2004-05-06 14:18:05.000000000 -0400
|
||
|
@@ -376,7 +376,9 @@
|
||
|
|
||
|
/*....................................... Error: free all memory */
|
||
|
err:
|
||
|
+#if 0
|
||
|
gpm_report(GPM_PR_ERR,"Oh, oh, it's an error! possibly I die! ");
|
||
|
+#endif
|
||
|
do {
|
||
|
new=gpm_stack->next;
|
||
|
free(gpm_stack);
|