We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01257a7 commit 82febc1Copy full SHA for 82febc1
2 files changed
src/misc2.c
@@ -1247,6 +1247,9 @@ free_all_mem(void)
1247
/* screenlines (can't display anything now!) */
1248
free_screenlines();
1249
1250
+# if defined(FEAT_SOUND)
1251
+ sound_free();
1252
+# endif
1253
# if defined(USE_XSMP)
1254
xsmp_close();
1255
# endif
src/version.c
@@ -777,6 +777,8 @@ static char *(features[]) =
777
778
static int included_patches[] =
779
{ /* Add new patch number below this line */
780
+/**/
781
+ 1515,
782
/**/
783
1514,
784
0 commit comments