私のプログラムは、この行の 2 回目の実行でクラッシュします。
char* temp_directive = (char *)malloc(7);
このエラーで:
Critical error detected c0000374
Windows has triggered a breakpoint in Maman14.exe.
This may be due to a corruption of the heap, which indicates a bug in Maman14.exe or any of the DLLs it has loaded.
This may also be due to the user pressing F12 while Maman14.exe has focus.
理由がわかりません。常に 2 回目の実行で発生します。free(temp_directive) を追加しようとしましたが、役に立ちませんでした
この問題を抱えている人はいますか?