projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb5e5cf
)
fixed freeing caveset data
author
Holger Schemel
<info@artsoft.org>
Sat, 16 Mar 2024 11:47:04 +0000
(12:47 +0100)
committer
Holger Schemel
<info@artsoft.org>
Sat, 16 Mar 2024 11:47:04 +0000
(12:47 +0100)
src/game_bd/bd_caveset.c
patch
|
blob
|
history
diff --git
a/src/game_bd/bd_caveset.c
b/src/game_bd/bd_caveset.c
index af02d741f52847cf56ed2bec6211371573f3c6fa..e7f292b6386a60381d8d1bb157fd1340b04a0566 100644
(file)
--- a/
src/game_bd/bd_caveset.c
+++ b/
src/game_bd/bd_caveset.c
@@
-118,7
+118,7
@@
void gd_caveset_clear(void)
if (gd_caveset_data)
{
- free(gd_caveset_data);
+
gd_caveset_data_
free(gd_caveset_data);
gd_caveset_data = NULL;
}