1 parent 5ab0a43 commit cc363eaCopy full SHA for cc363ea
1 file changed
main.cpp
@@ -20,7 +20,7 @@ int main(int argc, char* argv[]) {
20
21
LetterFrequency* freq = new LetterFrequency();
22
freq->central(filename);
23
-
+ delete freq;
24
return 0;
25
}
26
0 commit comments