質問編集履歴
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -224,7 +224,7 @@
|
|
224
224
|
|
225
225
|
//直線バッファ容量確保
|
226
226
|
try {
|
227
|
-
straightine = new StraightLine[
|
227
|
+
straightine = new StraightLine[2];
|
228
228
|
}
|
229
229
|
catch (std::bad_alloc& e) {
|
230
230
|
// メモリ確保に失敗
|