Skip to content

Commit 8c7390c

Browse files
committed
minor fix
1 parent 2ff4f7f commit 8c7390c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SetupWidgets.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ void setupWidgets(){
256256
i++;
257257
printf ("%s\n", ep->d_name);
258258
}
259+
closedir(dp);
259260
}
260-
closedir(dp);
261261
pageDialog->setFixedSize(
262262
colorDialog->size().width(),
263263
butsize*2+ padding*3

0 commit comments

Comments
 (0)