X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fafsmonitor%2Fafsmonitor.c;h=953ba04b5608dcbdb6a61b395b35c4717063e7b4;hp=eee5936c69021171fb0b00c421e3337ebb6ac5f0;hb=5a61e826fa0de6a5987f06257199476f79d2473a;hpb=c04de52da4e89e15b211b4a19a3d9bc4d612b209 diff --git a/src/afsmonitor/afsmonitor.c b/src/afsmonitor/afsmonitor.c index eee5936..953ba04 100644 --- a/src/afsmonitor/afsmonitor.c +++ b/src/afsmonitor/afsmonitor.c @@ -491,7 +491,7 @@ afsmon_Exit(int a_exitVal) /* exit code */ fprintf(debugFD, ", prev \n"); free(prev_fsData); } - if (prev_cmData != (struct cm_Display_Data *)0) { + if (curr_cmData != (struct cm_Display_Data *)0) { if (afsmon_debug) fprintf(debugFD, "Deallocating CM Print Buffers .... curr"); free(curr_cmData);