Skip to content

Commit 8889924

Browse files
cccclaifacebook-github-bot
authored andcommitted
forward fix PR 15368
Summary: Forward fix for pytorch#15368 Reviewed By: metascroy Differential Revision: D87712225
1 parent a7d7db9 commit 8889924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/portable/executor_runner/executor_runner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ int main(int argc, char** argv) {
212212

213213
bool bundle_io = false;
214214
size_t program_data_len = 0;
215-
const void* program_data;
215+
const void* program_data = nullptr;
216216

217217
#ifdef ET_BUNDLE_IO_ENABLED
218218
std::vector<uint8_t> model_file_data = try_load_file(FLAGS_model_path);

0 commit comments

Comments
 (0)