소스 검색

Fix memory leaks

master
lostd 10 년 전
부모
커밋
bc766bc4a8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      noice.c

+ 2
- 0
noice.c 파일 보기

@@ -421,6 +421,7 @@ again:
bin = openwith(name);
if (bin == NULL) {
printmsg("No association");
free(pathnew);
goto nochange;
}

@@ -439,6 +440,7 @@ again:
goto redraw;
default:
printmsg("Unsupported file");
free(pathnew);
goto nochange;
}
}


불러오는 중...
취소
저장